[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] compiling mint fails on Milan



Hi all,

while working on the keyboard mapping problem on my Milan I thought compiling a new Mint kernal my be a good idea. But unfortunately it fails on my Milan. I did not do this for quite a long time (more than a year). So maybe there are changes requied to my setup in order to get compliation running again.

So here is what I did:
cvs update => okay
make distclean => okay
make mil => following errors:
...
make[2]: Leaving directory `/i/sources/freemint/sys/buildinfo'
cd .compile_mil; make all
make[2]: Entering directory `/i/sources/freemint/sys/.compile_mil'
gcc -I.. -D__KERNEL__ -DLANG_ENGLISH -DSYSCALL_REENTRANT -DVERBOSE_BOOT -DCRYPTO_CODE -DSOFT_UNITABLE -DBUILTIN_SHELL -DMILAN -DM68040 -m68020-60 -mshort -g -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline -c ../bios.c -o bios.o
../bios.c: In function `sys_b_mediach':
../bios.c:109: parse error before `__CLOBBER_RETURN'
../bios.c:109: warning: `retvalue' might be used uninitialized in this function
./bios.c: In function `sys_b_getbpb':
../bios.c:123: parse error before `__CLOBBER_RETURN'
../bios.c:123: warning: `retvalue' might be used uninitialized in this function
../bios.c: In function `bconstat':
../bios.c:991: parse error before `__CLOBBER_RETURN'
../bios.c:991: parse error before `__CLOBBER_RETURN'
../bios.c:991: warning: `retvalue' might be used uninitialized in this function ../bios.c:991: warning: `retvalue' might be used uninitialized in this function
../bios.c: In function `bconin':
../bios.c:1066: parse error before `__CLOBBER_RETURN'
../bios.c:1069: parse error before `__CLOBBER_RETURN'
../bios.c:1072: parse error before `__CLOBBER_RETURN'
../bios.c:1072: parse error before `__CLOBBER_RETURN'
../bios.c:1080: parse error before `__CLOBBER_RETURN'
../bios.c:1080: parse error before `__CLOBBER_RETURN'
../bios.c:1096: parse error before `__CLOBBER_RETURN'
../bios.c:1096: parse error before `__CLOBBER_RETURN'
./bios.c:1066: warning: `retvalue' might be used uninitialized in this function ../bios.c:1069: warning: `retvalue' might be used uninitialized in this function ../bios.c:1072: warning: `retvalue' might be used uninitialized in this function ../bios.c:1072: warning: `retvalue' might be used uninitialized in this function ../bios.c:1080: warning: `retvalue' might be used uninitialized in this function ../bios.c:1080: warning: `retvalue' might be used uninitialized in this function ../bios.c:1096: warning: `retvalue' might be used uninitialized in this function ../bios.c:1096: warning: `retvalue' might be used uninitialized in this function
../bios.c: In function `bconout':
../bios.c:1166: parse error before `__CLOBBER_RETURN'
../bios.c:1177: parse error before `__CLOBBER_RETURN'
../bios.c:1190: parse error before `__CLOBBER_RETURN'
../bios.c:1203: parse error before `__CLOBBER_RETURN'
../bios.c:1203: parse error before `__CLOBBER_RETURN'
../bios.c:1166: warning: `retvalue' might be used uninitialized in this function ../bios.c:1177: warning: `retvalue' might be used uninitialized in this function ../bios.c:1190: warning: `retvalue' might be used uninitialized in this function ../bios.c:1203: warning: `retvalue' might be used uninitialized in this function ../bios.c:1203: warning: `retvalue' might be used uninitialized in this function
../bios.c: In function `_ubcostat':
../bios.c:1232: parse error before `__CLOBBER_RETURN'
../bios.c:1232: warning: `retvalue' might be used uninitialized in this function
../bios.c: In function `bcostat':
../bios.c:1261: parse error before `__CLOBBER_RETURN'
../bios.c:1261: warning: `retvalue' might be used uninitialized in this function
../bios.c: In function `bflush':
../bios.c:1420: parse error before `__CLOBBER_RETURN'
../bios.c:1423: parse error before `__CLOBBER_RETURN'
../bios.c:1423: parse error before `__CLOBBER_RETURN'
make[2]: *** [bios.o] Error 1
make[2]: Leaving directory `/i/sources/freemint/sys/.compile_mil'
make[1]: *** [_stmp_mil] Error 2
make[1]: Leaving directory `/i/sources/freemint/sys'
make: *** [mil] Error 2
root@milan/i/sources/freemint/sys>

I don't have any clue what all this means ... so if someone could help please ...


Greetings Martin WW