Thanks for the tips!

I'm using windows (yet, soon-to-be linux) to develop this project, but I get the idea.

To create my own ARM startup code is another challenge for me, I'm learning its assembler. This device will be a scientific (RPN) calculator build from scratch - a test of my ideas and others' from www.openrpn.org.

Best regards,
Nelson

Hi,

You only need to download last version of FPC (cvs)
and make it using this command line:

# make clean all OS_TARGET=linux CPU_TARGET=arm
BINUTILSPREFIX=arm-linux-

ahhh, don't forget to install beta 1.9.5 for i386. the binary files are
in freepascal web page (development)

or using the last version donwload via cvs make

# make clean all OS_TARGET=linux
# make install
# in /usr/bin/ make a ln -s /usr/local/lib/fpc/1.9.5/../fpc386 fpc386

anyway, there is complete information in freepascal web page about how
to compile and install a cvs version.

best regards



-----Mensaje original-----
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de
Nelson Sicuro
Enviado el: miércoles, 07 de julio de 2004 22:10
Para: [EMAIL PROTECTED]
Asunto: [fpc-pascal]FPC ARM version?


Hi to all,

I'd know where do I find the ARM version FPC compiler.
I want to develop a prototype board with LPC2106 (Philips ARM7TDMI-S
one-chip solution, 64K SRAM, 128K FLASH) and the OS will be
build (if
possible) with FPC - I also need how to build the RTL/startup
code from
scratch.

Any help will be appreciated!

Best regards,

Nelson M. Sicuro (from Brazil)

_______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to