Hi,
I'm trying to compile "ChaN's FAT-Module with STM32 SPI" available at www.siwawi.arubi.uni-kl.de/.../index.html on Keil but I got this error:
arm-none-eabi-gcc: error: unrecognized option '--gc-sections'
It successfully compiled with make command in CMD but failed in KEIL.
I appreciate your helps.
My Google result shows that,
the
-
must be a normal dash, in some cases, when you do the copy/paste, it will be replaced with something else, which looks like a dash, but can not be recognized.
Check this first.