This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using gcc in MDK-ARM linker error

I'm trying to use gcc in MDK-ARM.
In CubeMX I generated a simple project for STM32F407.
I generate project for MDK-ARK and SW4STM32 too.
In MDK-ARM I switch complier on gcc and install last Gcc for ARM.
In first step I replace keil strtup assembler file startup_STM32F407.,s with same files form project for SW4STM32 which is in the assembeller for gcc
In second step I use Linker scipt file STM32F407VETx_FLASH.ld from project SW4STM32.

All files will be compiled OK, but linke ld end with error

Where is the problem?

0