Hi Leute, was einer was diese Fehlermeldung bedeutet?
1 | **** Build of configuration Release for project Roboter ****
|
2 |
|
3 | cs-make all
|
4 |
|
5 | -------- begin --------
|
6 |
|
7 | Compiling C: common/startup_stm32f10x_md.c
|
8 | arm-none-eabi-gcc -c -mthumb -mcpu=cortex-m3 -I. -O0 -g -Wall -Wcast-align -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wa,-adhlns=bin/common/startup_stm32f10x_md.lst -I./common -MD -MP -MF bin/.dep/startup_stm32f10x_md.o.d -Wnested-externs -std=gnu99 common/startup_stm32f10x_md.c -o bin/common/startup_stm32f10x_md.o
|
9 | common/startup_stm32f10x_md.c:134:5: warning: taking address of expression of type 'void'
|
10 | Assembler messages:
|
11 | Fatal error: can't create bin/common/startup_stm32f10x_md.o: No such file or directory
|
12 | cs-make: *** [bin/common/startup_stm32f10x_md.o] Error 1
|