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:
![image](https://private-user-images.githubusercontent.com/74028842/252452480-a7b3a84e-7528-43d1-89f1-875717954260.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODg4MDEsIm5iZiI6MTczOTU4ODUwMSwicGF0aCI6Ii83NDAyODg0Mi8yNTI0NTI0ODAtYTdiM2E4NGUtNzUyOC00M2QxLTg5ZjEtODc1NzE3OTU0MjYwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDAzMDE0MVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI0ODBkYWJkMjQyMWQ2YzA1ZTM0MzA4ZDkzZDBkYTNhN2JmZDA5MGI4Y2Y0YzlkYjM5OThlZGM5YjcyYWRjMWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Ian8U_3zRhCLYbnLEtw8zUeGYkq944rAri2Nqyjwecs)
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