From mint-bounce@lists.fishpool.fi Mon Apr 19 15:48:34 2010 Message-ID: <4BCCB31D.40904@freesbee.fr> Date: Mon, 19 Apr 2010 21:46:37 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] SRecord output format References: <20100419204435.233679db.mandin.patrice@orange.fr> In-Reply-To: <20100419204435.233679db.mandin.patrice@orange.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o3JJmYXf015560 Patrice Mandin wrote: > Try using --oformat in Makefile instead of -oformat. Hehe... I use it all the time to build sample ColdFire programs for the M5484LITE, including EmuTOS itself. And please take the habit to use the "gcc" frontend instead of "ld", because it is able to find the correct multilibs, and it works even if the binutils have been installed in a directory different than the prefix specified at compile time. Partial example: m68k-atari-mint-gcc -mcpu=5475 a.o b.o -o myprog.srec -Wl,--oformat,srec -- Vincent Rivière