Forum: Compiler & IDEs make Fehlermeldung, wie interpretieren


von Alberto S. (Firma: Student) (alberto)


Lesenswert?

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

von Rene H. (Gast)


Lesenswert?

Vermutlich fehlt das Directory bin/common.

Grüsse,
R.

von Alberto S. (Firma: Student) (alberto)


Lesenswert?

hey vielen Dank! Genua das ist die Lösung!

Der brauchte im bin-Ordner nur einen leeren Ordner common ...

Grüße

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.