From mint-bounce@lists.fishpool.fi Fri Jan 8 14:36:38 2010 Message-ID: <4B478343.6070502@abbuc.de> Date: Fri, 08 Jan 2010 20:10:59 +0100 From: Stefan Niestegge User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 CC: mint Subject: Re: [MiNT] Compiling FreeMiNT References: <4B477978.2000505@abbuc.de> <4B477B71.7050904@atari-source.org> In-Reply-To: <4B477B71.7050904@atari-source.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: beetle@abbuc.de Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Mark Duckworth schrieb: > On 1/8/10 1:29 PM, Stefan Niestegge wrote: >> Hi MiNTlist, >> >> i want to compile a recent FreeMiNT on/for my Falcon with ct63. >> So i logged in into cvs: >> >>> export CVSROOT=:pserver:cvsanon@sparemint.org:/mint cvs login >> >> >> with the command >>> cvs checkout freemint >> >> i get the recent main branch? Or am i doing something wrong? >> >> If there is a 'howto proper compile FreeMiNT using EasyMiNT install >> plus GCC 4.2.2 / Binutils 2.20' i was unable to find, please give me >> a link. > There is no howto really. Someone needs to build proper working > binutils 2.20 and gcc 4.4.2 rpms that you can install to replace your > currently installed gcc. Then it is a matter of cd'ing into the > freemint folder and typing 'make'. Until then you need to download > the builds from mikro's site (use google to find it), tar jxvf -C / > binutils-2.20.tar.bz2 and tar jxvf -C / gcc-4.4.2.tar.bz2 (the names > may be different). Then you need to make those overcome your current > gcc/binutils by doing export PATH=/usr/local/bin/:$PATH. Then you can > verify if you type gcc --version and you get 4.4.2 you should be good > to go to the freemint folder and type make and you will be building > with gcc 4.4.2. If you have any other gcc or binutils builds > installed under /usr/local they will be trashed by this command I > believe. > > Thanks, > Mark > > > IGCC and binutils got isntalled some weeks ago, a friend guided me via IRC chat. I'm not sure we did it that way, but gcc -v gives me 4.4.2. How to check for binutils? Stefan PS: Mark: sorry for mailing you directly instead the list