Error compiling for device -- compiler can't find include files #423
Unanswered
CarlosMendonca
asked this question in
Q&A
Replies: 1 comment
-
Not sure if this has anything to do with it, but I'm on the same Ubuntu (22.04.03) and |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm having a problem that seems different from #421.
Compiling for simulator works well, but in trying to compile for device, I get an issue with the compiler finding include files:
Environment is Ubuntu 22.04 and I believe I have all dependencies installed. Hello-world example on C_API compiles file with
make
and thestddef.h
is indeed available on/usr/lib/gcc/arm-none-eabi/10.3.1
. I'm sure this is a simple configuration problem -- any idea what could be wrong? Maybe a symlink missing somewhere? Appreciate any help here.Beta Was this translation helpful? Give feedback.
All reactions