Re: [fpc-pascal] mips cross compiler libraries (and crti.o) problem

2018-10-08 Thread Luca Olivetti
El 8/10/18 a les 16:25, Luca Olivetti ha escrit: 3) putting in the PATH a custom mips-gnu-linux-ld that adds an --rpath=/home/luca/mipslibs/ before calling ld [*] Duh, instead of --rpath I used --library-path and it got me further Free Pascal Compiler version 3.0.4 [2018/10/07] for mips Copy

[fpc-pascal] mips cross compiler libraries (and crti.o) problem

2018-10-08 Thread Luca Olivetti
Hello, I built an fpc-3.0.4 mips cross compiler on kubuntu 18.04 using the prepackaged mips binutils with make all BINUTILSPREFIX=mips-linux-gnu- CPU_TARGET=mips OS_TARGET=linux sudo make crossinstall BINUTILSPREFIX=mips-linux-gnu- CPU_TARGET=mips OS_TARGET=linux When I try to compile the