From: Mitch D. <md...@po...> - 2000-11-30 14:19:25
|
Chao-yi Lang wrote: > > Hi. > Has anyone tried the gcc 2.95.2 and glibc 2.1.3 using the Big Endian? Hi Chao-yi, I think just about everyone who is working on Linux for SuperH is doing so in little-endian mode. So there might be undiscovered problems with big-endian mode. I assume that if you're talking about glibc, you want to use Linux on SuperH, rather than building standalone embedded programs for the SuperH. I would recommend against using plain gcc 2.95.2 for this. Instead I would suggest one of the following: - Using the versions of the toolchain that are stored in our CVS repository, and following Stuart Menefy's instructions. http://linuxsh.sourceforge.net/docs/getting-source.php3 http://linuxsh.sourceforge.net/docs/building-source.php3 - Trying the newer toolchain, according to Niibe-san's directions: http://www.geocrawler.com/archives/3/3076/2000/10/0/4574495/ http://www.geocrawler.com/lists/3/SourceForge/3076/25/4701592/ http://www.geocrawler.com/lists/3/SourceForge/3076/25/4701690/ http://www.geocrawler.com/lists/3/SourceForge/3076/25/4701966/ Regards, Mitch. |