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

Re: [MiNT] Compiling 1.17.0 issues



On 05/24/11 14:28, M.A. Kehr wrote:
> Hi,
>
> I tried to compile the 1.17.0 branch of freemint, but I get the following error:
>
> make[3]: Entering directory `/j/usr/src/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] Fehler 1
> make[3]: Leaving directory `/j/usr/src/freemint-1_17_0/sys/arch/magic'
> make[2]: *** [all-recursive] Fehler 1
> make[2]: Leaving directory `/j/usr/src/freemint-1_17_0/sys/arch'
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Leaving directory `/j/usr/src/freemint-1_17_0/sys'
> make: *** [all-recursive] Fehler 1
>
> What's going wrong.

The 1.17 branch unfortunately requires gcc 4.3/4.4.

Alan.