| Instructions and Notes working with a KuroBox | |||
|---|---|---|---|
| <<< Previous | Chapter 2. Building the Cross Tools | Next >>> | Blog |
Build system. : the machine we are using to create the cross-compiler programme.
Target. : the architecture for which the cross-compiler will be generating output.
When configuring the software prior to building it, we will need to pass a large number of flags to some of the configure routines. In order to make it easy to read through the options lists without going cross-eyed I will generally type each single option on a line by itself. You must realise that when actually typing in the command that all the options have to be typed in on one line (or on multiple lines with the use of the backslash continuation character). I believe this notation helps with readability.
| <<< Previous | Home | Next >>> |
| Building the Cross Tools | Up | Obtaining the Sources |