Details
Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T426: gcc-arm-embedded
- Commits
- R4752:3d8a16daf09a: Initial inclusion of arm-none-eabi-gcc package
Built firmware for arm device, used QMK as source to test building using arm-none-eabi toolchain (binutils, newlib, gcc)
Diff Detail
Diff Detail
- Repository
- R4752 arm-none-eabi-gcc
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
It seems i will have to do some additional work here. I just realized that qmk firmware compiled with this compiler doesn't work on keyboard when flashed. Something is wrong and i need to investigate further.
Also noticed the difference in size for resulting .bin file between using this compiler (101KB) and using precompiled arm compiler binaries from ARM website (83KB).
Comment Actions
Added missing multilib support, tested by building QMK firmware and flashing it on keyboard. Now everything works as expected.