-
Notifications
You must be signed in to change notification settings - Fork 70
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
Building on Fedora #2
Comments
@junaruga I tried this a while ago on fedora, and there is something with the build tools using arm-none-eabi-gcc-cs on fedora 35 which causes the application built with this to run incorrectly on the EC. For now I would not suggest using this to build EC binaries. |
@kiram9 If you remember, could you tell me more about "there is something" and " run incorrectly on the EC"? What incorrect behavior happened? Is it reproducible? |
I see. The zephyr tool chain is this? https://github.com/FrameworkComputer/zephyr |
@junaruga It was reproducible, but will cause your laptop to not boot. The Zephyr sdk is https://github.com/zephyrproject-rtos/sdk-ng/releases and includes gcc for arm. The framework repo is for zephyr rtos, which we are not currently using for this project. |
On Fedora 35, I was able to build like this.
With the compiler arm-none-eabi-gcc.
With the compiler arm-linux-gnu-gcc.
If you don't mind, I would like to add the command to install
arm-none-eabi-gcc
onREADME.md
.The text was updated successfully, but these errors were encountered: