Re: [hatari-devel] GCC 4.9 is now used on my builds |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] GCC 4.9 is now used on my builds
- From: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- Date: Wed, 28 May 2014 12:36:17 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=IyM/gR/W2uWThsrSsX/5CX7HbovluY1mNIoUAN3b9rQ=; b=Kxh7OFCGiky4nu568M6CJGnZQXUA4vn8/gLoRWjpv0Y+JSc6phncNX/ce+myoXTCIB 24Icgk9xpp9przQ4BmCZFlwnE3hEIxFt2pKzjx/j/XbHWWM7hBad11W050rYXlMk+VM9 NOlrGy7aCykuxUoNC/MdBjF5xh4a2k1jfYBUM+DcrQaaZTjOjIO6XTzcS4VXspl0YoN2 BscburjoW9Pc0GbmuNoNmuKNQ2+vV81IECBr/00eVp8V1SVbpeHIUncjSQCLP0OJdudH aAZPpeoUax4RD4ibhG7jQFK/qPnhhGIXhZBk90V0H8m8SCn8NzOtj4PRbjOUeZw1Ufdk 72pg==
On Wed, May 28, 2014 at 12:06 PM, Nicolas Pomarède
<npomarede@xxxxxxxxxxxx> wrote:
> That's nice to have several report of compilations ; I myself uses gcc and
> clang with different options to fix some warnings, but as you use different
> options, this allows me to be sure they all get fixed.
>
> At the moment, most remaining warnings are when compiling a 64 bit version :
> there're a lot of casts between pointers and 32 bit ints in the cpu core /
> memory accesses and this will need to be cleaned up one day (but it's
> harmless in the meantime)
>
One thing I'm a bit unsure about it this:
-- Found READLINE: /opt/cross-mingw-w64/x86_64-w64-mingw32/lib/libreadline.a
-- Looking for rl_filename_completion_function
-- Looking for rl_filename_completion_function - not found
(As you see, my windows binaries are cross compiled)
I'm also wondering if I should use a static SDL library instead of the
dynamic one. Last time I checked (a couple of years ago) the build
system didn't like that much.