I have a problem installing the SDK on ubuntu feisty
This is the ouput I get from install_svn_sdk.sh

########################################
This script installs a patched sdk from the subversion repository ...

Found a subversion installation --> /usr/bin/svn
Devboard exists
Distfiles exist
Unpacking devboard ...
Installing distfiles ...
extracting distfiles ...
create distfile symlink ...
Checking for os-linux-2.6
2.6 is present
Install sdk ...
Running configure ...
### Selected product: "fox" ###
./configure: 118: builtin: not found
./configure: 1: builtin: not found
unpacking 2.6
Go back to base folder ...
Checking sdk_patch out of subversion ...
copying checked out files to main folder ...
Running final configure ...
### Selected product: "fox" ###
./configure: 118: builtin: not found
./configure: 1: builtin: not found
Makefile:23: *** missing separator.  Stop.
Makefile:23: *** missing separator.  Stop.
### Selected product: "fox" ###
./configure: 118: builtin: not found
./configure: 1: builtin: not found
Makefile:23: *** missing separator.  Stop.
etrax100boot must be run by root.
To make this easier (but less secure) you can make etrax100boot setuid
root.
Do you want to make etrax100boot setuid root now [yn]? (default n): y
Please type root's password to make
etrax100boot setuid root or Ctrl-D to cancel.
chown: cannot access `tools/build/bin/etrax100boot': No such file or
directory
chmod: cannot access `tools/build/bin/etrax100boot': No such file or
directory
Ready to roll :-)

#########################################

This is the script I runed before the install_svn_sdk:

#########################################
apt-get -y install make
apt-get -y install gcc
apt-get -y install libc6-dev
apt-get -y install libncurses5-dev
apt-get -y install pmake
apt-get -y install zlib1g-dev
apt-get -y install flex
apt-get -y install bison
apt-get -y install subversion

wget http://acmesystems.it/download/pmake_1.98-3_i386.deb
wget http://acmesystems.it/download/cris-dist_1.63-1_i386.deb

dpkg -i pmake_1.98-3_i386.deb
dpkg -i cris-dist_1.63-1_i386.deb

wget http://acmesystems.it/download/install_svn_sdk.sh

sh install_svn_sdk.sh

################################################

Can somebody help me?


Reply via email to