This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Problems with arm-elf-ld



>From: igor.trevisan@virgilio.it [mailto:igor.trevisan@virgilio.it]
>Sent: 22 February 2001 21:49

>If I just use the command line:
>
>arm-elf-gcc simplefile.c
>
>everything goes right and I obtain an a.out file.

>But what I'm actually trying to do is to obtain the same result
>using in different steps gcc with the -S option, then as and 
>finally ld.

  One way to help understand what's going wrong is to add -v to the command
line:

arm-elf-gcc -v simplefile.c

  Then you get shown all the subcommands that gcc executes to call the
preprocessor, compiler, assembler and linker, along with all the flags it
uses for those subcommands.

      DaveK
-- 
 "The secret of life is honesty and fair dealing. If you can fake that,
you've got it made." -Groucho Marx

 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]