linux_base-fc-4_9 gmake-3.81_1 bash-3.1.17 firefox-1.5.0.8,1
linux_enable="YES" nfs_server_enable="YES" rpcbind_enable="YES" ntpd_enable="YES"
/opt/eldk/ppc_8xx -maproot=0:0
server 0.europe.pool.ntp.org server 1.europe.pool.ntp.org server 2.europe.pool.ntp.org server 3.europe.pool.ntp.org
mv /usr/bin/make /usr/bin/make.org ln -s /usr/local/bin/gmake /usr/bin/make
cd /cdrom ./install -d /opt/eldk -a ppc_8xx
if [ -e $arch ]; thento
if [ ! -n $arch ]; thenand run it
./ELDK_MAKEDEV -d /opt/eldk -a ppc_8xx
#!/bin/bashto
#!/usr/local/bin/bashand run it
./ELDK_FIXOWNER -d /opt/eldk -a ppc_8xx
rm /usr/bin/make mv /usr/bin/make.org /usr/bin/make
cu -l /dev/ttyd0 -s 9600
CROSS_COMPILE=ppc-linux- ; export CROSS_COMPILE
PATH=/opt/eldk/usr/bin:$PATH ; export PATH
cd /opt/eldk/ppc_8xx/tmp cat << E_O_F > test.c #includemain() { printf("Running on CC1000\n"); } E_O_F ppc-linux-gcc -c -I../usr/include test.c ppc-linux-ld ../lib/crt1.o test.o -o test ../lib/libc.a
cd /tmp ./test