This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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]

i386 newlib


Greetings-

I've successfully built a redboot floppy from the
instructions on:

http://sources.redhat.com/ecos/tools/win-i386-elf.html

A link to that page from somewhere in:
http://sources.redhat.com/ecos/docs-latest/redboot/redboot.html
would be helpful for the i386 target.

I'm now trying to create an application, but I find
that I don't have crt0.o or libc.a.

bash/tools find . -name "*.o"
./H-i686-pc-cygwin/lib/gcc-lib/i386-elf/2.95.2/crtbegin.o
./H-i686-pc-cygwin/lib/gcc-lib/i386-elf/2.95.2/crtend.o

bash/tools find . -name "*.a"
./H-i686-pc-cygwin/lib/gcc-lib/i386-elf/2.95.2/libgcc.a
./H-i686-pc-cygwin/lib/libbfd.a
./H-i686-pc-cygwin/lib/libiberty.a
./H-i686-pc-cygwin/lib/libopcodes.a

Do I now need to build newlib?

Does someone have the configure and make sequence at hand
to do that for the i386-elf target hosted on i686-cygwin.

Thanks-
Kip

Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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