Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking problems using uClibc++ #202

Open
StefanoColli opened this issue Dec 5, 2022 · 0 comments
Open

Linking problems using uClibc++ #202

StefanoColli opened this issue Dec 5, 2022 · 0 comments

Comments

@StefanoColli
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant