Beiträge anzeigen

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.

Nachrichten - Josch

1
Software / Re: Toolchain
04. Nov 2011, 01:22
Hallo Gunnar,

Linux ist echt nicht meine Welt. Kann sich ja noch mal aendern, aber im Moment ist meine Frustrationsgrenze weit ueberschritten. Ich bin wohl ay#uch zu dusselig zum patchen.

Kannst Du mich bitte auch noch mit dem bin-File versorgen, das ich brauche, um den Scart-Apapter per Betty zu flashen?
Kompilieren kaoennte ich dann ja mal ueben, waehrend ich Musik per McBetty hoere. Geht dann bestimmt besser   :D.

Danke uebrigens fuer Deine Muehen.

Gruss
  Joh
2
Software / Re: Toolchain
02. Nov 2011, 11:41
Hallo Gunnar,

obige Fehlermeldung habe ich mit WinARM (20060606) generiert. Brauche ich ausserdem noch etwas?

Meine Linuxversuche habe ich mit der aktuellen "Sourcery CodeBench Lite Edition" gestartet. Da Linux nicht so ganz meine Welt ist, kann es sein, dass ich da was entscheidendes uebersehen habe.

(Mir wuerden im Moment ja auch die aktuellen Binaries reichen.)

Guss,

  Joh
3
Software / Toolchain
31. Okt 2011, 18:04
Hallo,

ich versuche jetzt schon seit einiger Zeit, McBetty aus den github-Sourcen zu kompilieren.
Ich habe das Zip-Paeckchen nach C:\Betty\McBetty\github entpackt, WinARM laut Wiki-Beitrag eingerichtet, "Makefile.local" in ....\muc durch die Datei im Wiki ersetzt und damm "make" ausgefuehrt.

Das Ergebnis war nicht das, was ich mir gewuenscht habe:



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




Meine Linuxversuche sahen auch nicht besser aus.

Was mache ich denn falsch? so schwer kann das doch garnicht sein.