This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Setting target when building binutils?
- From: Nick Clifton <nickc at redhat dot com>
- To: i_am_triumph at ofir dot dk
- Cc: binutils at sources dot redhat dot com
- Date: 10 Dec 2002 17:44:30 +0000
- Subject: Re: Setting target when building binutils?
- References: <20021210163733.9655433180@postfix2.ofir.com>
Hi James,
> I've just downloaded and build the newest Binutils for C54x like so:
>
> ../binutils-xxx/configure --target=tic54x
>
> But when i use objdump on a C54x file I get a "File format not recognized" -
> So, is it the build procedure, or does Binutils not support C54x, or could it
> be the out-file that's somehow wrong?
Your build procedure was OK and binutils does support the C54x.
How did you create the C54x file that you used to test the binutils
build ? If was created by non-GNU tools, then possibly it is an
incompatibility between those tools and the GNU tools.
Cheers
Nick