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

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



Well, I can only guess that you tried to remove -Werror from
sys/CONFIGVARS and you didn't remove enough. From changing this....

GENERAL += -Werror -mshort -g

to this...

GENERAL += --mshort -g

So, checkout a new freemint-1_17 branch again, apply my second patch and
build. Let's see where we get then.

Alan.

On Fri, 2011-02-11 at 05:42 -0800, WongCK wrote:
> Honest. 
> I did not change anything.
> I wouldn't know what the code does anyway, so I do not risk changing anything.
> 
> > 
> > Have you modified the  code ?
> > 
> > It seems that there's --mshort instead of -mshort being passed to  the
> > compiler and it's interpreting it as -fmshort.
> > 
> > Where is --mshort  used ? I can't see this at all in the tree, so I
> > suspect you changed  something somewhere ?
> > 
> > Alan.
> > 
> > 
> 
> 
> 
>