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

Re: [MiNT] mintlib patch



On Wed, 2005-08-03 at 23:12 -0400, Mark Duckworth wrote:
> Hello guys,
> 
> I successfully built a working gcc cross compiler with gcc 3.3.6.  I
> also successfully cross built mintlib with it and it works :)  Anyway, a
> small diff is attached that I think is a bug in mintlib.  *s is defined
> as a constant which I think is wrong and gcc is complaining about.
> 
> PS: Anyone know the proper method for cross building g++?  It seems it
> never installed or built any of libstdc++-v3 which of course is failing.

It built fine for me.  Did you tell it to build when you built the C
compiler?   I may have had to manually fix up a file relating to
_vprintf or something maybe .. can't remember.

lain ~ # ls -l /usr/m68k-atari-mint/lib/libstdc++.a
-rw-r--r--  1 root root 5759246 Jul  7 12:31 /usr/m68k-atari-mint/lib/libstdc++.a

lain ~ # m68k-atari-mint-g++ --version
m68k-atari-mint-g++ (GCC) 3.3.5
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.