linking issues on Rpi4 #5807
japeart
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 1 comment 2 replies
-
Maybe start by listing the undefined references :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I downloaded the libimgui-dev package via apt, and have linked into my gcc makefile using:
-L/usr/lib/arm-linux-gnueabihf -limgui
However, it is complaining about undefined references despite the fact I can see the functions when I run nm on the library file. Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions