Re: Linker error

2020-02-04 Thread Embedded Systems
Hello David, Thank you very much for your response! I excluded the -lsupc++ from my Make.deps file and it works now. Best regards, Ivan Ucherdzhiev! On Tue, Feb 4, 2020 at 2:45 PM David Sidrane wrote: > Ivan, > > There is a limit on what C++ can be compiled and built with Nuttx. > > The key

RE: Linker error

2020-02-04 Thread David Sidrane
Ivan, There is a limit on what C++ can be compiled and built with Nuttx. The key is to not include any foreign (non nuttx) headers you can see the defconfigs setting used on PX4 here https://github.com/PX4/Firmware/tree/master/boards/px4/fmu-v5/nuttx-config/nsh and the things needed in Make.def