This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: cross compiling m68k -> ppc



  In message <199806220959.LAA15801@dpt-info.u-strasbg.fr>you write:
  > i suppose if i cross compuile some library (glibc or newlib for example) i 
  > will get the libraries files, but wath is c-startup and where do i get it.
C-startup files are usually included in a C library sources of some
kind.  They do things like set up the stack pointer and other global
registers, start the dynamic loader, and call main.


  > Also, if i want to cross compile a linux kernel do i still need
  > this libraries ?
I don't know.  

jeff


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