Gast
#2297560
Hallo, nachdem ich gestern schon das "Blinky Demo" des "STM32 Discovery" mit Atollic True Studio erfolgreich compiliert und übertragen hatte, bekomme ich heute beim compilieren Fehlermeldungen, was vermutlich an nicht korrekt verlinkten Dateien liegt. Ich vermute, dass der Zielordner der verlinkten Dateien nicht richtig eingestellt ist. Der Hauptordner "CurPath" ist in den Preferences aber korrekt angegeben, ebenfalls mit der Option Link. Ich meine, er müsste da den "CurPath" einsetzen, tut er aber nicht. Könnte mir bitte jemand einen Tipp geben, woran das liegen könnte. Anbei der Consolenausdruck: **** Rebuild of configuration Debug for project DISCOVER **** **** Internal Builder is used for build **** arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STDPERIPH_DRIVER -DSTM32F10X_MD_VL -DUSE_STM32100B_EVAL -I../..\..\..\..\Libraries\CMSIS\CM3\CoreSupport -I../..\..\..\..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I../..\..\..\..\Libraries\STM32F10x_StdPeriph_Driver\inc -I../../../inc -I../../../../../Utilities -O0 -ffunction-sections -fdata-sections -g -Wall -o CMSIS\core_cm3.o -Os ..\..\..\..\..\Libraries\CMSIS\CM3\CoreSupport\core_cm3.c arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -DUSE_STDPERIPH_DRIVER -DSTM32F10X_MD_VL -DUSE_STM32100B_EVAL -I../..\..\..\..\Libraries\CMSIS\CM3\CoreSupport -I../..\..\..\..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x -I../..\..\..\..\Libraries\STM32F10x_StdPeriph_Driver\inc -I../../../inc -I../../../../../Utilities -O0 -ffunction-sections -fdata-sections -g -Wall -o CMSIS\system_stm32f10x.o -Os ..\..\..\..\..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\system_stm 32f10x.c arm-atollic-eabi-gcc -c -mthumb -mcpu=cortex-m3 -g -Wa,--warn -x assembler-with-cpp -o TrueSTUDIO\startup_stm32f10x_md_vl.o ..\..\..\..\..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\Tr ueSTUDIO\startup_stm32f10x_md_vl.s arm-atollic-eabi-gcc: ..\..\..\..\..\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\startup\Tr ueSTUDIO\startup_stm32f10x_md_vl.s: No such file or directory arm-atollic-eabi-gcc: warning: '-x assembler-with-cpp' after last input file has no effect arm-atollic-eabi-gcc: no input files Build error occurred, build is stopped Time consumed: 1422 ms.