|
From: James T. <jim...@ad...> - 2001-10-05 08:29:24
|
James Mcclain wrote: > > dear James, > > please do post the linux tools, that would be great. if you could post a > patched and working source tree w/ instructions, i would greatly > appreciate it. > > regards, > james w. mcclain > > Hi, Okay... First if you like to build the compiler tool set your self goto, http://www.reactos.com/index.php?current_menu=tools&content_page=gccbuild.inc There, ROS GCC web page tells you where to DL the MingW Runtime and W32-API libraries. Follow the instructions closely! My Binutils setup for the CROSS tools set went like this. /scsi/gcc/CROSS# ../configure --prefix=/usr --target=i386-mingw32 -v My prefix uses the /usr directory. The GCC setup uses the same config line too. Follow the instructions. Okay, for those binary files I've built. There now at my static dsl site. ftp://64.217.116.74/pub/ReactOS/gcc-2.95.3-bin-linux.tar.gz ftp://64.217.116.74/pub/ReactOS/binutils-2.11.90-bin-linux.tar.gz These tar files will create and dump into the "usr" directory since I set the prefix to /usr. Okay, I hope this helps, James ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |