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

Re: [MiNT] GCC 4.3.0 available



Hi again,

Vincent Rivière schrieb:
In my MiNTLib build script, I made some hacks in order to be able to build the MiNTLib without having GCC fully installed (for the pseudo boostrap).

I've noticed it and i got through but now i'm stuck at the gemlib. Take a look at the attachment. I've modified the "INCLUDES" directive in "RULES" ( INCLUDES = -I$(top_srcdir)/gemlib -I/usr/local/cross-mint/include ) but it does not work.

bye
Bernd
make[3]: Entering directory `/home/ragnar/gcc-4.3/gemlib-0.43.6/gemlib/.lib'
m68k-atari-mint-gcc -I.. -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline -Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return -c ../a_appl_bvset.c -o a_appl_bvset.o
In file included from ../gem_aesP.h:9,
                 from ../a_appl_bvset.c:5:
../mt_gem.h:12:23: error: compiler.h: No such file or directory
In file included from ../gem_aesP.h:9,
                 from ../a_appl_bvset.c:5:
../mt_gem.h:147: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
../mt_gem.h:981: error: expected declaration specifiers or '...' before '*' token
../mt_gem.h:981: error: '__CDECL' declared as function returning a function
../mt_gem.h:981: error: field '__CDECL' declared as a function
../mt_gem.h:1703: error: expected declaration specifiers or '...' before '*' token
../mt_gem.h:1703: error: '__CDECL' declared as function returning a function
../mt_gem.h:1703: error: field '__CDECL' declared as a function
../mt_gem.h:1862: error: expected declaration specifiers or '...' before '*' token
../mt_gem.h:1862: error: '__CDECL' declared as function returning a function
../mt_gem.h:1866: error: expected declaration specifiers or '...' before 'FSEL_CALLBACK'
../a_appl_bvset.c:20: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'short'
make[3]: *** [a_appl_bvset.o] Fehler 1
make[3]: Leaving directory `/home/ragnar/gcc-4.3/gemlib-0.43.6/gemlib/.lib'
make[2]: *** [objs] Fehler 2
make[2]: Leaving directory `/home/ragnar/gcc-4.3/gemlib-0.43.6/gemlib'
make[1]: *** [normal] Fehler 2
make[1]: Leaving directory `/home/ragnar/gcc-4.3/gemlib-0.43.6/gemlib'
make: *** [all-recursive] Fehler 1