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

[MiNT] Can't re-make 1.15.6



All,

   I'm attempting to re-make MiNT 1.15.6, but seem to have run into
some problems.  Specifically, here's what I see at the link stage
(all compiles seem to go OK):
-------------------------------------------------------------------------
gcc -mshort -fomit-frame-pointer -O3 -DMULTITOS -DVERBOSE_BOOT -DTRAPS_PRIVATE
 -DCRYPTO_CODE -DONLY030 -DMMU040 -DCPU040 -Wall -Wmissing-prototypes 
 -Winline -o ../bin/mint040.prg global.o cnf.o bios.o xbios.o console.o 
 cookie.o dev-mouse.o dev-null.o dos.o dosdir.o dosfile.o dosmem.o dossig.o 
 filesys.o main.o memory.o kmemory.o proc.o signal.o time.o timeout.o tty.o 
 util.o string.o unifs.o biosfs.o pipefs.o procfs.o tosfs.o shmfs.o nullfs.o 
 debug.o rendez.o fasttext.o welcome.o mprot030.o mprot040.o update.o 
 resource.o unicode.o pun.o fatfs.o block_IO.o crypt_IO.o dma.o xhdi.o 
 ssystem.o random.o syscall_vectors.o slb.o blowfish.o md5.o context.o 
 intr.o syscall.o quickzer.o quickmov.o quickswa.o cpu.o vm5.o kernel.o 
 detect.o mmu040.o slb_util.o info.o -lc16
gcc: Internal compiler error: program ld got fatal signal 10
make[1]: *** [../bin/mint040.prg] Error 1
make[1]: Leaving directory `/e/home/michael/freemint-1.15.6b/src'
make: *** [040] Error 1
-------------------------------------------------------------------------

I'm using gcc 2.8.1:
-------------------------------------------------------------------------
/home/michael/freemint-1.15.6b/src# gcc -v
Reading specs from /usr/local/lib/gcc-lib/m68k-atari-mint/2.8.1/specs
gcc version 2.8.1
-------------------------------------------------------------------------

I've also had to install a bunch-o-stuff from the Sparemint page in
order to get the lc16 library on here (something I did not need on
1.15.2, which I successfully re-made):
-------------------------------------------------------------------------
/home/michael/freemint-1.15.6b/src# rpm -q -a
mintbin-0.3-2
bash-2.03-4
info-3.12f-2
bc-1.05a-2
sox-12.16-1
pdksh-5.2.13-1
grep-2.3-3
gawk-3.0.3-4
mintlib-0.53-1
fileutils-4.0-3
textutils-1.22-3
sh-utils-1.16-3
mktemp-1.4-1
rpm-3.0.2-6
binutils-2.9.1-4
mintlib-devel-0.53-1
-------------------------------------------------------------------------

I believe I'm running MiNT 1.15.2 right now on an Afterburner 040 Falcon
with 36 MB RAM.  No problem with disk space (330 MB free).  As I said, I never
ran into this problem until I had to link with the lc16 library.

Anyone out there know this one?

Thanks,

Michael White (michael@fastlane.net)