Crosscompilation #319
Unanswered
raquelmcoelho
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi, Did you try something like
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I be able to crosscompile your lib using the tools that buildroot generate for another architecture?
(P.S The architecture I gonna use is totally unique, so I have to use the buildroot tools. However it's ubuntu based)
My Buildroot Tools looks like this:
GCC Compiler path:
/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/arm-buildroot-linux-gnueabihf-gcc-9.3.0
G++ Compiler path:
/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/arm-buildroot-linux-gnueabihf-g++
Sysroot path:
/arm-buildroot-linux-gnueabihf_sdk-buildroot/arm-buildroot-linux-gnueabihf/sysroot
Cmake path:
/arm-buildroot-linux-gnueabihf_sdk-buildroot/bin/cmake
Beta Was this translation helpful? Give feedback.
All reactions