Error linker script
Posted on November 03, 2014 at 12:26Hello, I'm working on STM32f with ARM GCC and i'm trying to use linker script as below: *.c const TByte Variable[SIZE_OF_VECTOR] __attribute__ (section(''.md5'')); *.ld MEMORY { md5rom (rx) : ORIGIN = 0x...