Hi all,
ive been trying to run the runsdk.sh script to get the cross sdk going, but it doesnt seem to be working. im doing this under puppy OS 2.13, i may try some other os's...
basically i run it and get:
sh-3.00# ./runsdk.sh
Type exit for leave arm-cacko-linux-gnu cross environment.
#
but none of the export variable have changed ??
eg:
# echo $PATH
/usr/lib/qt/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R7/bin:/root/my-applications/bin
#
# echo $LD_LIBRARY_PATH
/usr/lib/qt/lib:/usr/lib/mozilla:/lib:/usr/lib:/usr/X11R7/lib:/root/my-applications/lib
#
# echo $PKG_CONFIG_PATH
/usr/lib/pkgconfig:/usr/X11R7/lib/pkgconfig
#
etc, etc...
but if i:
# export PATH=/opt/cross/arm/3.4.5-sa1100-softvfp/bin:$PATH
# echo $PATH
/opt/cross/arm/3.4.5-sa1100-softvfp/bin:/usr/lib/qt/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R7/bin:/root/my-applications/bin
#
and "tab" responds to part command "finish's"
ive checked the permissions of my /etc/profile and are rw for all,
how can i get this script working, ??