Skip to content
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

GNU ARM 4.7.4 20130913 crash to build the firmware (requires GCC ARM 4.9.3) #128

Closed
bvernoux opened this issue Apr 18, 2016 · 1 comment
Closed
Labels
Won't fix Outside of the project scope or works as intended

Comments

@bvernoux
Copy link
Contributor

bvernoux commented Apr 18, 2016

Test1 KO GNU ARM Embedded 4.7.4 20130913

Tested on Windows 7 SP1 64bits (with 16GB RAM + SSD)
GNU_ARM_4_7_2013q3\bin\arm-none-eabi-gcc.exe --version
arm-none-eabi-gcc.exe (GNU Tools for ARM Embedded Processors) 4.7.4 20130913 (re
lease) [ARM/embedded-4_7-branch revision 202601]

make
...
CC      main.c
cc1.exe: out of memory allocating 65536 bytes
make[1]: *** [main.o] Error 1
make: *** [all] Error 2

Test2 OK ARM Embedded 4.9.3 20141119

Tested on Windows 7 SP1 64bits (with 16GB RAM + SSD)
GNU_ARM_4_9_2014q4\bin\arm-none-eabi-gcc.exe --version
arm-none-eabi-gcc.exe (GNU Tools for ARM Embedded Processors) 4.9.3 20141119 (re
lease) [ARM/embedded-4_9-branch revision 218278]

make
...
LD      blackmagic_dfu
OBJCOPY blackmagic_dfu.bin
OBJCOPY blackmagic_dfu.hex

Test3 OK ARM Embedded 4.9.3 20150529

Tested on Windows 7 SP1 64bits (with 16GB RAM + SSD)
GNU_ARM_4_9_2015q3\bin\arm-none-eabi-gcc.exe --version
arm-none-eabi-gcc.exe (GNU Tools for ARM Embedded Processors) 4.9.3 20150529 (release) [ARM/embedded-4_9-branch revision 227977]

make
...
LD      blackmagic_dfu
OBJCOPY blackmagic_dfu.bin
OBJCOPY blackmagic_dfu.hex

Test4 OK ARM Embedded 5.3.1 20160307

Tested on Windows 7 SP1 64bits (with 16GB RAM + SSD)
GNU_ARM_5_3_2016q1\bin\arm-none-eabi-gcc.exe --version
arm-none-eabi-gcc.exe (GNU Tools for ARM Embedded Processors) 5.3.1 20160307 (re
lease) [ARM/embedded-5-branch revision 234589]

make
...
LD      blackmagic_dfu
OBJCOPY blackmagic_dfu.bin
OBJCOPY blackmagic_dfu.hex
@gsmcmullin
Copy link
Contributor

This is not a bug in the blackmagic firmware.

@dragonmux dragonmux added the Won't fix Outside of the project scope or works as intended label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Won't fix Outside of the project scope or works as intended
Projects
None yet
Development

No branches or pull requests

3 participants