-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable custom toolchain cross-compile workflow #1287
Comments
Hi @emersonknapp , |
Would you mind sharing more details? |
Hi, I've been trying again but this time it seems to be working... so I feel a little silly!
The toolchain file
I realize that's not reproducible without the sysroot or exact cross-compiler version. So I don't know what I was doing wrong before - I'm going to close this for now since I think I'm ok, the above can be some context. |
Glad you figured it out at this stage, feel free to leave more comments if you have further problems. |
We use a custom toolchain file to cross-compile projects for a target SBC that has a custom minimal linux distribution. Our compilation uses the Linaro 6.5 compiler, pointed against the corresponding sysroot for cross compilation.
This project doesn't respect the CMAKE_TOOLCHAIN_FILE argument properly.
The target board does not have compilers or headers installed, since it is a production device image.
What platform/OS are you using?
Ubuntu Bionic x86_64 as the host platform
Targeting custom linux distro on aarch64
Which version of the SDK?
Any
What compiler are you using? what version?
Linaro 6.5
What are your CMake arguments?
The text was updated successfully, but these errors were encountered: