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: How to test win32->PowerPC(860) cross complier


-----Original Message-----
>From: Mohammad Saleem [mailto:mohammad_saleem_1999@yahoo.com]

>But what about if I want to produce code which will be run on powerPC860

  I'm afraid that depends what kind of target board you have, and how much
rom and ram it has, and where you want the different sections of your code
to be placed.  You need to write a linker script for your target if you
don't already have one.

>and as a debugger I want to use SingleStep instead of Gdb as you mentioned
>in your mail. Which flag then I use or what should I do?

  I don't know anything about singlestep, but if it reads standard ELF
files with DWARF debugging information, you should be able to use the 
exes compiled by gcc with it.

  There are definitely some discussions of this subject in the mailing
list archives:

http://sources.redhat.com/ml/crossgcc/1999-q4/msg00114.html

http://sources.redhat.com/cgi-bin/htsearch?method=and&format=builtin-long&so
rt=time&config=htdig&restrict=%2Fml%2Fcrossgcc%2F&exclude=&words=msim+powerp
c-eabi-unknown

http://sources.redhat.com/ml/crossgcc/2001-02/msg00047.html

http://sources.redhat.com/cgi-bin/htsearch?config=htdig&restrict=%2Fml%2Fcro
ssgcc%2F&exclude=&method=and&format=builtin-long&sort=time&words=undefined+r
eference+__SBSS2_END__+__SDATA_START__

 just to get you started

       DaveK
--
" So far, science's crowning achievement, the Atomic Bomb, has not even
been able to alleviate the misery and torture of endless centuries of
world poverty." - George Hammond, self-proclaimed discoverer of the
scientific proof of god. 


**********************************************************************
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]