This is the mail archive of the gcc-bugs@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 compiler x86->ARM (no stdio.h)



  In message <9804140140.AA28885@axp745.gsfc.nasa.gov>you write:
  > Well, yes.  That web site I listed has a very very tiny c-lib that
  > just enough to get an embedded program working.  But, it doesn't
  > have any stdio stuff.  Also, I know there are other people out
  > there using gcc for embedded ARM development.  What are they
  > using?  I'd love to just use glibc.  How do I do that?  That
  > web site supposely had everything you need for an embedded ARM
  > development.  I'd just like to upgrade it from 2.5.8 to ecgs-1.0.2.
Many use newlib for embedded work.  glibc's license is a problem
for some embedded folks (do you really want the source code to your
toaster :-)

You might be able to work around the need for stdio.h in libgcc
by specifying --with-newlib (even if you don't have use newlib,
this disables certain functions in libgcc.a).

jeff


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