14.1.1. ELDK Installation under FreeBSD
- Answer:
- The following installation procedure was tested on a FreeBSD version 5.2.1-p9 system:
- install and run
linux_base-7.1_5
(note version6.1_5
that can still be found in the ports tree is not working properly!), installbash
- copy ELDK CD contents to a writable location (we have to modify one file - see next step) and make it current directory
- brand the
'install'
binary so it's properly recognised:# brandelf -t Linux ./install
- install ELDK as normally done on Linux/Solaris:
# ./install -d /opt/eldk
- set env variables according to install guide (
CROSS_COMPILE
,PATH
etc.) - now on you can compile u-boot (using
gmake
instead ofmake
--- you can have an alias or so for this) - for kernel building: apply minor changes to the main kernel
Makefile
(among others, the Linux version of'expr'
from /compat/linux/usr/bin needs to be called and not the native one) - now Linux kernel can be compiled with a standard procedure (same note
for using
gmake
instead ofmake
)
- install and run
14.1. ELDK | 1. Abstract | 14.1.2. ELDK Installation Hangs | |||
Prev | Home | Next | |||