Closed astronautr closed 3 years ago
I'm going to say feel free to add that flag for yourself. I'm pretty sure this is a compiler version problem? If you want to make an PR add that flag feel free. But since it compiles fine on our CI/most people with WSL/Linux (and on my own Mac) i can't be sure what is causing this. But if you want to share you compiler version (the arm-gcc version) that might help explain why this happened.
Sure, here it is
➜ arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Tools for ARM Embedded Processors) 4.8.4 20140725 (release) [ARM/embedded-4_8-branch revision 213147]
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This repository now has automatic builds. I will mark this as resolved. Since you don't need to compile yourself
Hello. After executing
make C15
I'm getting an error, here's compilation logI've fixed that myself by adding
C15: CFLAGS += -std=c99
toMakefile
but I'm not sure if it's the right solution on the project level so I didn't create PROS: macOS Catalina 10.15.6