On Thu, Feb 15, 2007 at 01:05:07PM +0900, Deepak Bhatia wrote: > If I want to compile the code for say Hitachi Platform (SH Processor), how > can I do it ? > Which all makefiles I need to change ? I am thinking of using GCC as cross > compiler > built on Solaris Platform.
You'd first need to add support for SH to the source itself. That's a major project; the makefiles are the least of your worries. Some of the things you'll need to implement are the HAT layer, boot, trap handlers, interrupts, drivers, and CPU-specific knowledge. You might consider asking the s390 or PowerPC porting teams about the lessons they've learned along the way if you're interested in taking this on. -- Keith M Wesolowski "Sir, we're surrounded!" FishWorks "Excellent; we can attack in any direction!" _______________________________________________ opensolaris-help mailing list [email protected]
