Well, if this is only for your own personal use, I would suggest you can begin removing all the help text and associated code, incuding the info text.??
Afterall, you already know how to use the commands, right???
... Larry
On Wed, 4 Dec 2019 at 6:50 PM, Lapo Pieri<ik5nax@...> wrote: Hi,
I got this:
.....
/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: build/ch.elf section `.data' will not fit in region `flash0'
/usr/lib/gcc/arm-none-eabi/7.3.1/../../../arm-none-eabi/bin/ld: region `flash0' overflowed by 208 bytes
collect2: error: ld returned 1 exit status
make: *** [ChibiOS/os/common/startup/ARMCMx/compilers/GCC/rules.mk:243: build/ch.elf] Error 1
$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (15:7-2018-q2-6+b1) 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907]
How could I fix it?
Many thanks
Lapo