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

Re: [MiNT] almost there..... Newbie trying to compile Mint v1.17...




> 
> For the first time  I understand that the attribute __always_inline__ did not 
>exist in GCC 2.95, and  it is the source of our problem...
> 


This is indeed on of them.
But the true source of problem is the -Werror flag in the makefile.

The compilation stops even when the compiler tells me that a variable is defined 
but not use... because it is a warning turning into an error.
I have to go looking for the -Werror flag which seems to be dotted at several 
places. I just cannot find it sometimes.