BeforeBuild: Current OS is Windows 7 Executing 'cmd' with arguments: [...] GCC HOME: C:\Program Files (x86)\GNU Tools ARM Embedded\4.7 2013q3\bin compile: [mkdir] Created dir: F:\SVN\[...]\muedm_f103\Debug\bin [mkdir] Created dir: F:\SVN\[...]\muedm_f103\Debug\obj [cc] 18 total files to be compiled. [cc] arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -Wall -ffunction-sections -g -O3 -std=gnu99 -pedantic -gdwarf-2 -Wextra -c -DSTM32F103V8 -DSTM32F10X_MD -DUSE_STDPERIPH_DRIVER -D__ASSEMBLY__ -DSTM32 -DSTM32F10x -IF:\SVN\[...]\stm_lib -IF:\SVN\[...]\common\src_misc -IF:\SVN\[...]\common\src_pwm -IF:\SVN\[...]\cmsis_boot -IF:\SVN\[...]\common\src_avrcom -IF:\SVN[..] -IF:\SVN\[...]\common -IF:\SVN\[...]\stm_lib\inc -IF:\SVN\[..] -IF:\SVN\[...]\common\src_glcd -IF:\SVN\[...] -IF:\SVN\[...]\cmsis F:\SVN\[...]\stm_lib\src\stm32f10x_tim.c F:\SVN\[...]\cmsis\core_cm3.c F:\SVN\[...]\cmsis_boot\system_stm32f10x.c F:\SVN\[...]\common\src_glcd\glcd_textfun.c F:\SVN\[...]\cmsis_boot\startup\startup_stm32f10x_md.c F:\SVN\[...]\stm_lib\src\stm32f10x_gpio.c F:\SVN\[...]\main.c F:\SVN\[...]\common\src_pwm\pwm_stm32.c F:\SVN\[...]\stdio\printf.c F:\SVN\[...]\stm_lib\src\stm32f10x_rcc.c F:\SVN\[...]\stm_lib\src\stm32f10x_adc.c F:\SVN\[...]\syscalls\syscalls.c F:\SVN\[...]\common\src_glcd\glcd_ks0108.c F:\SVN\[...]\stm_lib\src\stm32f10x_dma.c F:\SVN\[...]\common\src_glcd\glcd_ks0108_avr_stm32.c F:\SVN\[...]\stm_lib\src\misc.c F:\SVN\[...]\stm_lib\src\stm32f10x_i2c.c F:\SVN\[...]\common\src_avrcom\gpio_stm32f10x.c // Zeilenumbrueche von mir [cc] F:\SVN\[...]\cmsis_boot\startup\startup_stm32f10x_md.c:114:3: warning: ISO C forbids initialization between function pointer and 'void *' [-pedantic] [cc] Starting link [cc] arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -g -nostartfiles -Wl,-Map=muEDM_F103.map -O3 -Wl,--gc-sections -LC:\STM32_Development\CooCox\CoIDE\configuration\ProgramData\muEDM_F103 -Wl,-TC:\STM32_Development\CooCox\CoIDE\configuration\ProgramData\muEDM_F103/arm-gcc-link.ld -g -o muEDM_F103.elf ..\obj\stm32f10x_tim.o ..\obj\core_cm3.o ..\obj\system_stm32f10x.o ..\obj\glcd_textfun.o ..\obj\startup_stm32f10x_md.o ..\obj\stm32f10x_gpio.o ..\obj\main.o ..\obj\pwm_stm32.o ..\obj\printf.o ..\obj\stm32f10x_rcc.o ..\obj\stm32f10x_adc.o ..\obj\syscalls.o ..\obj\glcd_ks0108.o ..\obj\stm32f10x_dma.o ..\obj\glcd_ks0108_avr_stm32.o ..\obj\misc.o ..\obj\stm32f10x_i2c.o ..\obj\gpio_stm32f10x.o Program Size: text data bss dec hex filename 14684 1100 1036 16820 41b4 muEDM_F103.elf AfterBuild: Current OS is Windows 7 Executing 'cmd' with arguments: '/C' 'C:\Program Files (x86)\GNU Tools ARM Embedded\4.7 2013q3\bin\arm-none-eabi-objdump.exe' '-h' '-S' 'F:\SVN\[...]\muedm_f103\Debug\bin\muEDM_F103.elf' '>' 'F:\SVN\[...]\muedm_f103\Debug\bin\muEDM_F103.lss' The ' characters around the executable and arguments are not part of the command. BUILD SUCCESSFUL Total time: 15 seconds