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

Re: [MiNT] trunk 1-18-cur



On 04/09/11 20:18, Helmut Karlowski wrote:
> Am 09.04.2011, 20:13 Uhr, schrieb Alan Hourihane <alanh@fairlite.co.uk>:
>
>> On 04/09/11 18:49, Peter Slegg wrote:
>>> On Sat, 09 Apr 2011 18:58:04 , "Helmut Karlowski"
>>> <helmut.karlowski@ish.de> wrote:
>>>> Am 09.04.2011, 18:23 Uhr, schrieb Peter Slegg
>>>> <p.slegg@scubadivers.co.uk>:
>>>>
>>>> Peter, if you would be reading the postings here, you would know the
>>>> reason:
>>>>
>>>> http://sparemint.org/mailinglist/Mailing-Lists/MiNT-List.201103/4D92703C.2000503@freesbee.fr.text
>>>>
>>>>
>>>> and others.
>>>>
>>> Does that mean the Gentoo compile problems haven't been fixed ?
>>>
>> They HAVE been fixed.
>
> And right after unfixed:

Wrong !

>
> [Mint-cvs] [FreeMiNT CVS] freemint/xaaes/src.km
> cvs at sparemint.org cvs at sparemint.org
> Fri Apr 1 10:17:06 CEST 2011
>
> Previous message: [Mint-cvs] [FreeMiNT CVS] freemint/xaaes/src.km
> Next message: [Mint-cvs] [FreeMiNT CVS] freemint/xaaes/src.km
> Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Update of /mint/freemint/xaaes/src.km
> In directory mail.sparemint.org:/tmp/cvs-serv3915/xaaes/src.km
>
> Modified Files:
>     Makefile.objs
> Log Message:
> Ugh, put it back as -lgcc is still used and not linked correctly.
>
> I'll work out what's wrong with the host toolchain.

I worked out what was wrong with the toolchain after this commit, and
it's all compiled correctly now.

>
> Index: freemint/xaaes/src.km/Makefile.objs
> diff -u freemint/xaaes/src.km/Makefile.objs:1.14
> freemint/xaaes/src.km/Makefile.objs:1.15
> --- freemint/xaaes/src.km/Makefile.objs:1.14    Fri Apr  1 04:12:32 2011
> +++ freemint/xaaes/src.km/Makefile.objs    Fri Apr  1 04:17:10 2011
> @@ -45,7 +45,7 @@
>  CFLAGS-xa_user_things.s = -m68000
>
>  LD = $(CC) -nostdlib -Wl,--entry -Wl,_init
> -LIBS = -lgem16 $(LIBKERN) -lgcc
> +LIBS = -lgem $(LIBKERN) -lgcc
>  STRIPFLAGS =
>
>  # default definitions
>
>
>
> Does XaAES run for you, Alan?

Not tried.

Alan.