Erm... I had to restore due a mistype I did... I indended to move some file into /var, but I typed rm instead of mv, so the whole system was unable to run or boot...
I'm getting this error:
Undefined symbols:
"_main", referenced from:
_main$non_lazy_ptr in crt1.10.5.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
I'm just reconfiguring gcc. Please help as I tried substituting from /var/sdk and from SDK5.1 and all got this result.
With the original symlink /usr/lib/crt1.10.5.o ->/usr/lib/crt1.o I had this:
Undefined symbols:
"_main", referenced from:
__start in crt1.10.5.o
ld: symbol(s) not found
collect2: ld returned 1 exit status