hi hippo, i was away for few months and found lots of updates.
in uclinuxdist:
<div class='quotetop'>QUOTE </div>
--- Quote Start ---
(Or you can build the cross compiler from sources with BuildrootGuide , but it might be difficult for beginner)[/b]
--- Quote End ---
in buildrootguide:
<div class='quotetop'>QUOTE </div>
--- Quote Start ---
NOTE, the build script below does not handle build error and rebuild. You must edit it or remove old build. The patches should be applied only once. This page contains OUT OF DATE informations. You should use UClinuxDist instead.[/b]
--- Quote End ---
now my question is, if i wanna build everything from scratch, should i follow the buildrootguide?
2nd thing:
i keep bumping into this error:
...
CC net/ipv4/fib_hash.o
CC net/ipv4/proc.o
CC net/ipv4/tcp_bic.o
LD net/ipv4/built-in.o
LD net/built-in.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD vmlinux
/opt/nios2/bin/nios2-linux-uclibc-ld.real:arch/nios2nommu/kernel/vmlinux.lds:448: ignoring invalid character `#' in expression
/opt/nios2/bin/nios2-linux-uclibc-ld.real:arch/nios2nommu/kernel/vmlinux.lds:448: parse error
make: *** Error 1
make: Leaving directory `/home/jwlam/uClinux-dist/linux-2.6.x'
make: *** Error 1
the make passed if i edit vmlinux.lds to use /*...*/ instead of //... but is thr anything wrong with it?
thx.