TS101: gcc compiler
TS101 is a powerpc based architecture.
There is a mini-native-powerpc compiler that one can find at uClibc that will work for the TS101.
I tested the 0.9.30 (click here to get it), at the time of this post there is also a 0.9.30.1.
Note that this post uses information and directory structure from previous posts.
When you have the tar ball on your NAS, log as administrator and do the following commands:
mkdir /mnt/HDA_ROOT/mini-native-powerpc
cd /mnt/HDA_ROOT/mini-native-powerpc
tar -xjf mini-native-powerpc.tar.bz2
edit /share/HDA_DATA/adminfiles/addprofile.sh2 and add the following lines:
/bin/echo "export PATH=$PATH:/mnt/HDA_ROOT/mini-native-powerpc/bin" >> /etc/profile
This sh2 file will be automatically called at next startup of the TS (see previous post).
So restarting the TS will give you a gcc compiler.
There is a mini-native-powerpc compiler that one can find at uClibc that will work for the TS101.
I tested the 0.9.30 (click here to get it), at the time of this post there is also a 0.9.30.1.
Note that this post uses information and directory structure from previous posts.
When you have the tar ball on your NAS, log as administrator and do the following commands:
mkdir /mnt/HDA_ROOT/mini-native-powerpc
cd /mnt/HDA_ROOT/mini-native-powerpc
tar -xjf mini-native-powerpc.tar.bz2
edit /share/HDA_DATA/adminfiles/addprofile.sh2 and add the following lines:
/bin/echo "export PATH=$PATH:/mnt/HDA_ROOT/mini-native-powerpc/bin" >> /etc/profile
This sh2 file will be automatically called at next startup of the TS (see previous post).
So restarting the TS will give you a gcc compiler.
0 Comments:
Post a Comment
<< Home