View Single Post
Old 02-08-2011, 05:53 AM   #8
dent
Junior Member
dent began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jan 2011
Device: kindle 3
rfog,

you don't need to edit anything. you do need to understand (roughly) what each statement in NiLuJe's x-compile log does though as you'll have to decide which ones you want to execute.

the relevant ones for getting crosstool-ng to work are:
wget (download it)
ex and mv can be replaced with tar xjf (extract it)
patch command is important! make sure you apply the patch, NiLuJe included it in the same package as the x-compile logfile.

configure: just change the prefix to match your setup.
make and make install.
that's it, crosstools-ng should now be installed.

you may need to do some research first if you don't understand what the commands do --otherwise it's very unlikely you'll be able to even use the cross compiler once you've built it.
dent is offline   Reply With Quote