Regarding compilation with powerpc-elf-gcc

Dan Kegel dank@kegel.com
Fri Aug 16 07:55:00 GMT 2002


Rahman Mahfuzur wrote:
> The cross compiler was not include with the cygwin package. I got it as
> separate package from the web. Actually both the packages I downloaded from
> this site "http://www.ocdemon.com/OCDemonWindows.html?".

Oh, ok.
 
> >I don't suppose cygwin supports strace...  maybe that would give you more
> >details.
> I do not understand clearly what is "strace". Please give me details about
> it.

It lets you watch what system calls a program makes.  Run gcc under it,
save the output to a log file, then grep the file for 'open' or 'stat' calls.
It's enlightening.

BTW you might want to also post on the crossgcc mailing list.
- Dan

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list