--- In ts-7000%40yahoogroups.com">ts-7000
yahoogroups.com, Jeff Cunningham <jeffrey
...> wrote:
>
> Did you look back through the archives of this list? There are several
> lengthy discussions in the last six months on building 2.6 kernels.
>
> Or, you could take a look at a page I made for a friend who was trying
> to duplicate mine:
>
> http://cunningham.homeip.net/ts7200.html
>
> Its the section titled: "Building and Setting up a 2.6 Kernel" about
1/3
> of the way down.
>
> -Jeff
Sorry about the delay here I have been very busy at work lately. I
have followed the instructions on your web page and have not had any
luck. First of all the nano commands don't seem to work, but i think
nano is some sort of editor. Am i wrong in assuming this? Second in
the make files you provide the directory of the compiler is
"/home/richard/ts7200/2.6/arm-none-linux-gnueabi/bin" so when editing
the script file I put "../arm-none-linux-gnueabi/bin" and left
everything else alone. when I went to do the command
"arm-none-linux-gnueabi/bin" i received the following errors:
/home/richard/ts7200/2.6/linux-2.6.23-rc1/scripts/gcc-version.sh: line
16: ../arm-none-linux-gnueabi/arm-none-linux-gnueabi-: No such file or
directory
/home/richard/ts7200/2.6/linux-2.6.23-rc1/scripts/gcc-version.sh: line
17: ../arm-none-linux-gnueabi/arm-none-linux-gnueabi-: No such file or
directory
and when I did the build command "sh build.sh" I received these
errors:/home/richard/ts7200/2.6/linux-2.6.23-rc1/scripts/gcc-version.sh:
line 16: ../arm-none-linux-gnueabi/arm-none-linux-gnueabi-: No such
file or directory
/home/richard/ts7200/2.6/linux-2.6.23-rc1/scripts/gcc-version.sh: line
17: ../arm-none-linux-gnueabi/arm-none-linux-gnueabi-: No such file or
directory
make: ../arm-none-linux-gnueabi/arm-none-linux-gnueabi-: Command not found
/home/richard/ts7200/2.6/linux-2.6.23-rc1/scripts/gcc-version.sh: line
16: ../arm-none-linux-gnueabi/arm-none-linux-gnueabi-: No such file or
directory
/home/richard/ts7200/2.6/linux-2.6.23-rc1/scripts/gcc-version.sh: line
17: ../arm-none-linux-gnueabi/arm-none-linux-gnueabi-: No such file or
directory
HOSTLD scripts/kconfig/conf
scripts/kconfig/conf -s arch/i386/Kconfig
include/config/auto.conf:272:warning: symbol value
'console=ttyAM0,115200 root=/dev/nfs ip=dhcp' invalid for CMDLINE
/home/richard/ts7200/2.6/linux-2.6.23-rc1/scripts/gcc-version.sh: line
16: ../arm-none-linux-gnueabi/arm-none-linux-gnueabi-: No such file or
directory
/home/richard/ts7200/2.6/linux-2.6.23-rc1/scripts/gcc-