This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc help
- From: Mike Stump <mrs at apple dot com>
- To: pati <udaynag at softrisc dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 30 Nov 2005 15:04:42 -0800
- Subject: Re: gcc help
- References: <1725379.post@talk.nabble.com>
On Nov 30, 2005, at 2:40 PM, pati (sent by Nabble.com) wrote:
I am trying to compile my code using gcc 3.3.2 provided with AMD
Au1550 development CD.
Wrong forum for this question.
$(LD) -$(ENDIAN) -T test.ld -G 0 $(OBJS) -o $(NAME).elf
Don't use ld to link, use gcc to link.
- References:
- gcc help
- From: pati (sent by Nabble.com)