Hi, i can't link assembled pic code against the libc running my embedded-mips-box under debian, and this is what i do: bluebox@bluebox:~$ as -al -EL -membedded-pic -mips1 -o prueba."o" prueba."s" ld -L/usr/lib -lc -EL -o prueba prueba.o ld: aviso: no se puede encontrar el símbolo de entrada __start; usando por omisión 0000000000400280 prueba.o: En la función `main': prueba.o(.text+0x8): relocation truncated to fit: R_MIPS_GNU_REL16_S2 printf@@GLIBC_2.0 I've been looking everywhere without any luck. Any help is appreciated! Thanks