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

Re: [MiNT] almost there..... Newbie trying to compile Mint v1.17...



Sorry for slow response... when off for dinner :-)

> 
> > Ok some further error encountered,... not supported  options = -fmshort
> 
> Does this option really exist somewhere ??
> 

Here is the error log. 
I ran make again and it still coming out with this.

make buildkernel kernel=060
make[1]: Entering directory `/e/dev/freemint-1_17_0/sys'
Making all in arch
make[2]: Entering directory `/e/dev/freemint-1_17_0/sys/arch'
Making all in magic
make[3]: Entering directory `/e/dev/freemint-1_17_0/sys/arch/magic'
make[3]: Leaving directory `/e/dev/freemint-1_17_0/sys/arch/magic'
cd .compile_060; make all
make[3]: Entering directory `/e/dev/freemint-1_17_0/sys/arch/.compile_060'
gcc -I../.. -D__KERNEL__ -DLANG_ENGLISH -DVERBOSE_BOOT 
-DWITH_SINGLE_TASK_SUPPORT -DCRYPTO_CODE -DSOFT_UNITABLE -DBUILTIN_SHELL 
-DM68060 -m68060 --mshort -g -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes 
-Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return -c ../init_mach.c -o 
init_mach.o
cc1: Invalid option `-fmshort'
../../mint/block_IO.h:218: warning: `bio_MARK_MODIFIED' defined but not used
../../mint/block_IO.h:225: warning: `bio_SYNC_DRV' defined but not used
make[3]: *** [init_mach.o] Error 1
make[3]: Leaving directory `/e/dev/freemint-1_17_0/sys/arch/.compile_060'
make[2]: *** [_stmp_060] Error 2
make[2]: Leaving directory `/e/dev/freemint-1_17_0/sys/arch'
make[1]: *** [_stmp_060] Error 1
make[1]: Leaving directory `/e/dev/freemint-1_17_0/sys'
make: *** [060] Error 2