I must now find a way to install ("aptitude" or "apt-get", package manager is optional), Mysql server and gcc (GNU Compiler Collection). Do you know how is it that i must do?
i have found the binaries of gcc for arm5 (i think) : http://tinderbox.dev.gentoo.org/default ... sys-devel/
i have downloaded it to /share/1000/public/ (because there is not enough free space on main partition), and i unzip it to the primary partition. I then created the famous file hello.c (hello world in c) to try to compile. It does not work! :( I get the following error:
- Code: Select all
root@fvdwsl-base:/share/1000/public # echo "#include<stdio.h>
>
> main()
> {
> printf(\"Hello World\");
>
> }" > hello.c
root@fvdwsl-base:/share/1000/public # ls
gcc-4.6.3.tbz2 hello.c
root@fvdwsl-base:/share/1000/public # cat hello.c
#include<stdio.h>
main()
{
printf("Hello World");
}
root@fvdwsl-base:/share/1000/public # gcc-4.6.3 hello.c
/usr/libexec/gcc/armv5tel-softfloat-linux-gnueabi/4.6.3/cc1: error while loading shared libraries: libmpc.so.3: cannot open shared object file: No such file or directory
How to use the command "nano", "vim", etc? Because now i get the following error if i try to use it "Error opening terminal: xterm-256color."
For "Paris" (Internet Space 2), i'll try to install it tonight. The procedure to install is the same as for the LaCie Network Space 2?