Cross gcc Mailing List Archive

[Prev][Next][Index][Thread]

Linux->go32 for RTEMS



Hello there,

I've compiled binutils 2.7 & gcc 2.7.2 for	
	host    i586-unknown-linux
	target  i386-coff-go32
	
I've also compiled newlib for
	host    i586-unknown-linux
	target  i386-go32-rtems

For RTEMS 3.6.0, the librarys compiles to completion.
Once the first sample program links, I get a whole
bunch of unresolved references.  Some of them are
_sbrk, go32...set_vector_..... .  I copied a few
.h files from a djgpp distribution and only one
library, crtO.o.  

Question 1:
Which .h files and libraries are
required from the djgpp distribution(v2?).

Quesstion 2:
Also, should the target be i386-go32-coff or just
i386-coff...

Thanks,
Kurt

....._/.._/.._/.._/.._/_/..._/_/_/..........Kurt Edward Van Delden
    _/ _/   _/  _/  _/  _/   _/             kvandel@austinc.edu 
..._/_/...._/.._/.._/_/....._/..............\\||//.....CS, Math & Chemistry
  _/ _/   _/  _/  _/ _/    _/               [o][o]   
._/.._/.._/_/_/.._/.._/..._/.............o0o.\--/.o0o...Linux Rocks.......

Follow-Ups:

Home | Subject Index | Thread Index