Hi Keith, I want to disable the CW - Compiler wrapper and just use GCC for SH Processor to cross compile the files for SH Target. Please help in resolving this. Like which Makefile to change etc.
Regards Deepak Bhatia -----Original Message----- From: Keith M Wesolowski [mailto:[EMAIL PROTECTED] Sent: Thursday, February 15, 2007 2:00 PM To: Deepak Bhatia Cc: [email protected] Subject: Re: [osol-help] dmake all in /usr/src/cmd/sgs/ldd/i386 Directory 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]
