-
-
Notifications
You must be signed in to change notification settings - Fork 27
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
fome-fw doesnt compile on mac with m1 chip #466
Comments
the following version of objdump is on my mac:
|
fixed the objdump problem by adding arm-none-eabi in front of objdump and objcopy. now hex2dfu doesn't work:
|
now it compiles completely. brew compile hex2dfu for arm cpu common_make.sh |
I don't think this is completed? We can improve the script to do the right things here. The arm-none-eabi compiler is downloaded in a submodule, so if we do the same trick as we do in the makefile (detect what system you're on and select compiler appropriately), we can use the bundled objdump too. |
I make a PR with the necessary Changes :) |
If I run any task from vscode for example 'Build Hellen NB1' it always fails after the bootloader compilation with the following error:
The following toolchain is used: arm-gnu-toolchain-11.3.rel1-darwin-x86_64-arm-none-eabi
And this is the commandline output:
The text was updated successfully, but these errors were encountered: