[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 not posting the error log previously.
here is the error log:

Making all in shared
make[1]: Entering directory `/e/dev/freemint-1_17_0/shared'
Making all in libsyscall
make[2]: Entering directory `/e/dev/freemint-1_17_0/shared/libsyscall'
make[2]: Leaving directory `/e/dev/freemint-1_17_0/shared/libsyscall'
make[1]: Leaving directory `/e/dev/freemint-1_17_0/shared'
Making all in sys
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'
gcc -I../.. -Werror -mshort -g -c genmagic.c -o genmagic.o
cc1: warnings being treated as errors
In file included from ../../mint/kerinfo.h:23,
                 from genmagic.c:13:
../../mint/block_IO.h:218: warning: `always_inline' attribute directive ignored
../../mint/block_IO.h:225: warning: `always_inline' attribute directive ignored
make[3]: *** [genmagic.o] Error 1
make[3]: Leaving directory `/e/dev/freemint-1_17_0/sys/arch/magic'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/e/dev/freemint-1_17_0/sys/arch'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/e/dev/freemint-1_17_0/sys'
make: *** [all-recursive] Error 1