I am trying to build a mipsel-embedded compiler.
It says here that this is possible
https://wiki.freepascal.org/TARGET_Embedded_Mipsel.
I followed the steps below
git clone https://github.com/fpc/FPCSource.git
cd ./FPCSource
make clean buildbase installbase INSTALL_PREFIX=$HOME/mips/fpc-mipsel
CROSSINSTALL=1 OS_TARGET=embedded CPU_TARGET=mipsel SUBARCH=pic32mx
BINUTILSPREFIX=pic32-

And got messages
make[3]: *** No rule to make target 'mipsel/startup.s', needed by
'startup.o'.  Stop.

Indeed, the source codes do not contain the directory
rtl/embedded/mipsel
And there is no sturtup.s file.
And the modules pic32mx1xxfxxxb pic32mx2xxfxxxb pic32mx1xxfxxxc
pic32mx2xxfxxxc pic32mx1xxfxxxd pic32mx2xxfxxxd pic32mx7x5fxxxl
pic32mx7x5fxxx referenced by makefile.fps is also not present.
Although for other platforms are available.

chipKIT-cxx is installed, version 1.43 (GCC-4.8.3 binutils 2.23.51).
Links in the wiki are no longer working, but
there are no earlier versions in the github.
Somehow they built it.
Help me figure it out, please.
Thanks.
--
Sergey

______________________________
Получить адрес @meta.ua http://webmail.meta.ua/

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to