<div>All</div>
<div> </div>
<div>Thank you very much for your replies.</div>
<div> </div>
<div>Much appreciated.</div>
<div> </div>
<div>Attila<br><br></div>
<div class="gmail_quote">On Sun, Mar 15, 2009 at 9:22 PM, Ryan Oliver <span dir="ltr"><<a href="mailto:ryan.oliver@performiq.com.au">ryan.oliver@performiq.com.au</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im"><a href="mailto:attila.j.horvath@gmail.com" target="_blank">attila.j.horvath@gmail.com</a> wrote:<br></div>
<div class="im">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">All<br> I have a need to cross compile from a 32-bit x86 based Windows/Linux hosting environment to a 64-bit SPARC based SOLARIS/10 target environment. I've considered SUN's GCCFSS and have taken initial steps to go down that path however there are some logistic hurdles that I may not be able to overcome due to GCCFSS' basic operation. Primarily, it needs the contents of the target machine's /usr/include, /usr/lib, /usr/(etc.) directories. Since the target machine is a classified machine and the host is not, there is a logistics I may not be able to easily overcome. I just came across CLFS. From the sound of it, CLFS may very well get around this potential security hurdle that GCCFSS may encounter.<br>
 <br></blockquote></div>There is no way around needing to be able to have access to solaris 10 includes and libraries if you intend to build a linux to solaris 10 cross-compiler.<br><br>They need to be copied into a sysroot (or nfs mounted into a sysroot) and then you build your toolchain.<br>
<br>You can probably get away initially with using only SUNWcsl SUNWcslr (Core shared libs) and SUNWhea (SunOS header files) packages installed into the sysroot to buiild your cross-toolchaiin.<br><br>After that you'll need to supply any additional libs includes as needed for whatever you are developing.<br>
<br>Note: CLFS is geared to cross-compiling a linux operating system from scratch, not generating cross-toolchains for solaris, so is probably not exactly what you are looking for here...<br><br>Best Regards<br>[R]<br><br>
_______________________________________________<br>Clfs-dev mailing list<br><a href="mailto:Clfs-dev@lists.cross-lfs.org" target="_blank">Clfs-dev@lists.cross-lfs.org</a><br><a href="http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org" target="_blank">http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org</a><br>
</blockquote></div><br>