Re: [fpc-pascal] target mipsel-embedded

2021-11-30 Thread Florian Klämpfl via fpc-pascal
> Am 29.11.2021 um 09:39 schrieb Michael Ring via fpc-pascal > : > > Startup Code and Modules for chips had a license that Florian was not happy > with. So those parts are missing. Also the files where huge due to the I/O capabilities of those microcontrollers IIRC. > > I have not built mi

Re: [fpc-pascal] target mipsel-embedded

2021-11-29 Thread Michael Ring via fpc-pascal
Startup Code and Modules for chips had a license that Florian was not happy with. So those parts are missing. I have not built mipsel for pic for a while but if you need a working solution then I check if things compile with latest fpc and update my gitlab. Michael Am 28.11.21 um 16:27 sch

[fpc-pascal] target mipsel-embedded

2021-11-28 Thread Sergey via fpc-pascal
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 CROS