bgfx cross compiling for sitara with gcc #2650
Unanswered
emanueleperuzzi
asked this question in
Q&A
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.
-
Hello,
i m trying to compile this library for Sitara Cortex A8 cpu, using GNU gcc linaro ar compiler. i am facing some issues and i have trouble to get rid of these:
in "platform.h" inlcude file, the definition of BX_CRT_NONE = 1, makes the program to search for "crt0.h" header file that i don't have, is there a way to bypass this file?? without manually have to change all references to functions defined in this file??
If you have a workaround for this problem, or suggestion, to let me complete compilation,
I m using arm cortex a8 AM3358 as target cpu, and linaro 9.2.1 as gnu gcc compiler.
Thank you
emazed
Beta Was this translation helpful? Give feedback.
All reactions