Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ea_lpc2478 [2011/09/27 19:52] – [Building U-boot] admin | ea_lpc2478 [2011/09/27 21:26] (current) – [Building uClinux] admin | ||
|---|---|---|---|
| Line 44: | Line 44: | ||
| We can connect to the serial port terminal with minicom, using these settings: 115200 8N1 no flow control. | We can connect to the serial port terminal with minicom, using these settings: 115200 8N1 no flow control. | ||
| + | ===== Building uClinux ===== | ||
| + | |||
| + | tar -xzvf / | ||
| + | cd uClinux-dist/ | ||
| + | rm -r linux-2.* | ||
| + | tar -xzvf / | ||
| + | mv linux-2.6.21/ | ||
| + | patch -p1 < / | ||
| + | patch -p1 < / | ||
| + | | ||
| + | | ||
| + | | ||
| + | make menuconfig | ||
| + | make CROSS_COMPILE=arm-elf- | ||
| + | |||
| + | | ||
| + | |||
| + | make CROSS_COMPILE=arm-elf- clean | ||
| + | make CROSS_COMPILE=arm-elf- | ||
| + | |||
| + | make ARCH=arm CROSS_COMPILE=arm-uclinuxeabi- menuconfig | ||
| + | make ARCH=arm CROSS_COMPILE=arm-uclinuxeabi- all | ||
| + | |||
| + | | ||
| + | |||
| + | make ARCH=arm CROSS_COMPILE=arm-uclinuxeabi- CC=/ | ||
| + | |||
| + | why isn't CROSS_COMPILE variable recognized within linux/ | ||
| + | |||
| ====== Some links ====== | ====== Some links ====== | ||
| our development kit:\\ | our development kit:\\ | ||