[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] Cross-compiling
Hi,
I noticed that the CVS kernel sources do not compile under the gcc 2.95
cross-compiler anymore. I get the following error:
gmake[2]: Entering directory `/usr/home/draco/freemint/sys/.compile_040'
/compat/linux/usr/bin/m68k-atari-mint-gcc -I.. -D__KERNEL__ -DLANG_ENGLISH
-DSYSCALL_REENTRANT -DVERBOSE_BOOT -DCRYPTO_CODE -DSOFT_UNITABLE -DBUILTIN_SHELL
-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'
Any fix? What is this new define for?
KMK