STemWin and AC6 for STM32F429-Disco
Hello again,
This is from another project, before I give a try to your attached project.
'Building target: STM32F4_dSPIN.elf'
'Invoking: MCU G++ Linker'
arm-none-eabi-g++ -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -L"C:\Users\Admin\STM32_WS\STM32F4_dSPIN\STemWin\inc" -T"C:\Users\Admin\STM32_WS\STM32F4_dSPIN\LinkerScript.ld" -Wl,-Map=output.map -Wl,--gc-sections -fno-exceptions -fno-rtti -o "STM32F4_dSPIN.elf" @"objects.list" -lSTemWin522_CM4_GCC
c:/ac6/systemworkbench/plugins/fr.ac6.mcu.externaltools.arm-none.win32_1.1.0.201503101257/tools/compiler/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: error: STM32F4_dSPIN.elf uses VFP register arguments, ./src/delay.o does not
Does not what?
This is only when I link against the the STemWin Library. Of course, not only this error, but several dozen of similar error! (VFP register arguments)
I'm going to test your project now!
Thank you