This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regarding compilation with powerpc-elf-gcc


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/


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