C++ Support #94348
Unanswered
neil-jones-blaize
asked this question in
Q&A
C++ Support
#94348
Replies: 0 comments
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.
-
Sorry fairly new to Zephyr, hopefully this is something simple.
Currently using version 4.0.0 and the zephyr supplied aarch64-zephyr-elf toolchain (gcc 12).
All is working well for C based applications, we have ported over our board and C apps work fine.
But today I tried to port a C++ app over and it fails with:
I get this even if I build
samples/cpp/hello_world
forrpi_5
In both my app and the sample app the config for CPP is:
Any help appreciated,
Cheers,
Neil
Beta Was this translation helpful? Give feedback.
All reactions