You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile the px4 firmware for the px4_fmu-v5_default target with uClibc++ as C++ library. However, I get several undefined references in the linking phase (ld command):
undefined reference to `operator delete(void*)'
undefined reference to `__cxa_pure_virtual'
undefined reference to `operator new[](unsigned int)'
...
Am I missing something in the configuration?
The text was updated successfully, but these errors were encountered:
I'm trying to compile the px4 firmware for the px4_fmu-v5_default target with uClibc++ as C++ library. However, I get several undefined references in the linking phase (ld command):
Am I missing something in the configuration?
The text was updated successfully, but these errors were encountered: