Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.
c:\Betty\McBetty\github\muc>make
mkdir -p .deps
mkdir -p cc1100/.deps
mkdir -p display/.deps
mkdir -p display/fonts/.deps
mkdir -p interrupt/.deps
mkdir -p pwm/.deps
mkdir -p keyboard/.deps
mkdir -p kernel/.deps
mkdir -p timer/.deps
mkdir -p mpd/.deps
mkdir -p serial/.deps
c:/WinARM/bin/arm-elf-as -mcpu=arm7tdmi-s -D --gstabs -mthumb-interwork -mfpu=so
ftfpa -o crt.o crt.s
c:/WinARM/bin/arm-elf-gcc -mcpu=arm7tdmi-s -Wall -mthumb-interwork -msoft-float
-Ic:/WinARM/include -I. -Iinterrupt -Idisplay -Ikeyboard -Ikernel -Iaudio -Iinf
rared -Iserial -Iflash -Icc1100 -Igui -Itimer -Igames -Iadc -Irtc -Itools -Ipwm
-Impd -O2 -c -MMD -MF ./.deps/isr.o -o isr.o isr.c
c:/WinARM/bin/arm-elf-as -mcpu=arm7tdmi-s -D --gstabs -mthumb-interwork -mfpu=so
ftfpa -o arm_exc.o arm_exc.s
c:/WinARM/bin/arm-elf-gcc -mcpu=arm7tdmi-s -Wall -mthumb-interwork -msoft-float
-Ic:/WinARM/include -I. -Iinterrupt -Idisplay -Ikeyboard -Ikernel -Iaudio -Iinf
rared -Iserial -Iflash -Icc1100 -Igui -Itimer -Igames -Iadc -Irtc -Itools -Ipwm
-Impd -O2 -c -MMD -MF ./.deps/global.o -o global.o global.c
c:/WinARM/bin/arm-elf-gcc -mcpu=arm7tdmi-s -Wall -mthumb-interwork -msoft-float
-Ic:/WinARM/include -I. -Iinterrupt -Idisplay -Ikeyboard -Ikernel -Iaudio -Iinf
rared -Iserial -Iflash -Icc1100 -Igui -Itimer -Igames -Iadc -Irtc -Itools -Ipwm
-Impd -O2 -c -MMD -MF ./.deps/main.o -o main.o main.c
c:/WinARM/bin/arm-elf-gcc -mcpu=arm7tdmi-s -Wall -mthumb-interwork -msoft-float
-Ic:/WinARM/include -I. -Iinterrupt -Idisplay -Ikeyboard -Ikernel -Iaudio -Iinf
rared -Iserial -Iflash -Icc1100 -Igui -Itimer -Igames -Iadc -Irtc -Itools -Ipwm
-Impd -O2 -c -MMD -MF cc1100/.deps/cc1100.o -o cc1100/cc1100.o cc1100/cc1100.c
cc1100/cc1100.c:56:1: warning: "SMARTRF_SETTING_PKTCTRL0" redefined
In file included from cc1100/cc1100.c:28:
cc1100/smartrf_CC1100.h:74:1: warning: this is the location of the previous defi
nition
cc1100/cc1100.c: In function 'cc1100_read_status_reg_otf':
cc1100/cc1100.c:347: warning: comparison is always false due to limited range of
data type
c:/WinARM/bin/arm-elf-gcc -mcpu=arm7tdmi-s -Wall -mthumb-interwork -msoft-float
-Ic:/WinARM/include -I. -Iinterrupt -Idisplay -Ikeyboard -Ikernel -Iaudio -Iinf
rared -Iserial -Iflash -Icc1100 -Igui -Itimer -Igames -Iadc -Irtc -Itools -Ipwm
-Impd -O2 -c -MMD -MF cc1100/.deps/rf.o -o cc1100/rf.o cc1100/rf.c
c:/WinARM/bin/arm-elf-gcc -mcpu=arm7tdmi-s -Wall -mthumb-interwork -msoft-float
-Ic:/WinARM/include -I. -Iinterrupt -Idisplay -Ikeyboard -Ikernel -Iaudio -Iinf
rared -Iserial -Iflash -Icc1100 -Igui -Itimer -Igames -Iadc -Irtc -Itools -Ipwm
-Impd -O2 -c -MMD -MF display/.deps/lcd.o -o display/lcd.o display/lcd.c
display/lcd.c: In function 'draw_progressbar':
display/lcd.c:495: warning: comparison is always false due to limited range of d
ata type
display/lcd.c:496: warning: comparison is always false due to limited range of d
ata type
display/lcd.c: In function 'draw_trianglebar':
display/lcd.c:537: warning: comparison is always false due to limited range of d
ata type
c:/WinARM/bin/arm-elf-gcc -mcpu=arm7tdmi-s -Wall -mthumb-interwork -msoft-float
-Ic:/WinARM/include -I. -Iinterrupt -Idisplay -Ikeyboard -Ikernel -Iaudio -Iinf
rared -Iserial -Iflash -Icc1100 -Igui -Itimer -Igames -Iadc -Irtc -Itools -Ipwm
-Impd -O2 -c -MMD -MF display/.deps/fonty.o -o display/fonty.o display/fonty.c
In file included from display/fonty.c:27:
display/fonts/pearl_font.h:166: error: expected '=', ',', ';', 'asm' or '__attri
bute__' before 'pearl_font_cpos'
In file included from display/fonty.c:28:
display/fonts/smooth_font.h:215: error: expected '=', ',', ';', 'asm' or '__attr
ibute__' before 'smooth_font_cpos'
In file included from display/fonty.c:29:
display/fonts/misc_font.h:215: error: expected '=', ',', ';', 'asm' or '__attrib
ute__' before 'misc_font_cpos'
display/fonty.c: In function 'set_font':
display/fonty.c:66: error: 'misc_font_cpos' undeclared (first use in this functi
on)
display/fonty.c:66: error: (Each undeclared identifier is reported only once
display/fonty.c:66: error: for each function it appears in.)
display/fonty.c:77: error: 'smooth_font_cpos' undeclared (first use in this func
tion)
display/fonty.c:90: error: 'pearl_font_cpos' undeclared (first use in this funct
ion)
make: *** [display/fonty.o] Error 1