Changes between Version 2 and Version 3 of SolarisCrossCompiler
- Timestamp:
- May 14, 2013 9:04:29 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SolarisCrossCompiler
v2 v3 6 6 $ mkdir $SYSROOT 7 7 }}} 8 and copying {{{/lib}}}, {{{/usr/lib}}}, {{{/usr/include}}} and {{{/usr/platform}}} from a Solaris 11 system with the build [wiki: VBoxPrerequisites#OpenSolarisprerequisites] for !VirtualBox installed to {{{$SYSROOT}}} (i.e. to {{{$SYSROOT/lib}}} etc.) Now build binutils. Be aware that binutils and gcc require you to create output directories yourself before building - if you build in the source directories it will make irreversible changes to the tree.8 and copying {{{/lib}}}, {{{/usr/lib}}}, {{{/usr/include}}} and {{{/usr/platform}}} from a Solaris 11 system with the build [wiki:"Solaris build instructions" prerequisites] for !VirtualBox installed to {{{$SYSROOT}}} (i.e. to {{{$SYSROOT/lib}}} etc.) Now build binutils. Be aware that binutils and gcc require you to create output directories yourself before building - if you build in the source directories it will make irreversible changes to the tree. 9 9 {{{ 10 10 $ mkdir binutils-out