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

[MiNT] Kernel compiling error



Hi all, i'm used to compile the current cvs with this option in
sys/KERNELDEF:

"ifeq ($(kernel),my1)
MINT = mint_fpu.prg
CPU  = 020-60
KERNELDEFS = -DM68030
endif"

My last working compile is from 2011-05-30, but after that date this
option is not qorking anymore, i get a make error at this stage:

../mmu030.S: Assembler messages:
../mmu030.S:70: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove (nulltc).l,tc'
ignored
../mmu030.S:73: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove 4(sp),crp' ignored
../mmu030.S:75: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove 0xc(sp),tc'
ignored
../mmu030.S:81: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove (a0),tc' ignored
../mmu030.S:82: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove (a0),tt0' ignored
../mmu030.S:83: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove (a0),tt1' ignored
../mmu030.S:85: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove (a0),crp' ignored
../mmu030.S:88: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove (a0),tc' ignored
../mmu030.S:113: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove tc,oldcrp+8'
ignored
../mmu030.S:116: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove crp,oldcrp'
ignored
../mmu030.S:123: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove (nulltc).l,tc'
ignored
../mmu030.S:126: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove oldcrp,crp'
ignored
../mmu030.S:127: Error: invalid instruction for this architecture; needs
68020 [68k, 68ec020], 68030 [68ec030] -- statement `pmove oldtc,tc' ignored
make[3]: *** [mmu030.o] Error 1
make[3]: Leaving directory `/usr/local/mint/1.18-cur/sys/arch/.compile_my1'
make[2]: *** [_stmp_my1] Error 2
make[2]: Leaving directory `/usr/local/mint/1.18-cur/sys/arch'
make[1]: *** [_stmp_my1] Error 1
make[1]: Leaving directory `/usr/local/mint/1.18-cur/sys'
make: *** [my1] Error 2

I have a stock falcon + 68882 fpu, cross compiling with gcc 4.5.1 on linux.
Thank you all for any suggestion and sorry for my english.
Regards, Roberto