0

I am running openwrt on a TP-Link MR3020 and cross compiling for this device on a x86 ubuntu. I am running into problems and the remote debugging doesnt help very much.

Maybe the c++ standard libraries from the toolchain that I use to compile with are different from the ones on the target machine. How can I check which version is installed? Thanks

tzippy
  • 6,458
  • 30
  • 82
  • 151

1 Answers1

0

You can see the different options of toolchain like Binutils Version, GCC compiler Version, ...

Just execute the command below and follow the instruction

make menuconfig

enter to "Advanced configuration options (for developers)" then enter to "Toolchain Options"

and you can see the different options of toolchain like Binutils Version, GCC compiler Version, ...

developer
  • 4,744
  • 7
  • 40
  • 55