Difference between revisions of "Installation AROS"

From Freepascal Amiga wiki
Jump to navigation Jump to search
Line 3: Line 3:
  
 
=== You need: ===
 
=== You need: ===
* a fully installed AROS i386
+
* a fully installed AROS i386 ABIv0
* developer tools (try to type ''ld'' in a shell if you get ''"ld: no input files"'' then everything is ok) should be included in all major distributions. If not you have to download the nightly iso from AROS page open it and copy the ''Developer'' folder to your ''System:''
+
* developer tools (try to type ''ld'' in a shell if you get ''"ld: no input files"'' then everything is ok) should be included in all major distributions. If not you have to download the [//aros.sourceforge.net/nightly.php nightly iso] from AROS page open it and copy the ''Developer'' folder to your ''System:''
 
* binary release of [//blog.alb42.de/fpc-aros/ fpc-aros-i386]
 
* binary release of [//blog.alb42.de/fpc-aros/ fpc-aros-i386]
  

Revision as of 11:18, 23 August 2013

Installation of Freepascal on a AROS i386 machine

You need:

  • a fully installed AROS i386 ABIv0
  • developer tools (try to type ld in a shell if you get "ld: no input files" then everything is ok) should be included in all major distributions. If not you have to download the nightly iso from AROS page open it and copy the Developer folder to your System:
  • binary release of fpc-aros-i386

Easy way

Easiest way to install it, but you get a mix up of the C Developer files of AROS and the Freepascal files.

Installation:

  • Unpack the archive file to RAM:
  • Copy the contents of the folder pp to Development: (in most cases it points to System:Development)
  • open shell and type fpc if you get help for fpc then everything is ok

For Experts

Better way of installing freepascal to an own folder with all files included, but needs some more work and understanding how AROS work.

Installation:

  • make sure you removed all other/older fpc versions from the path
  • Unpack the archive file
  • in the folder pp all freepascal related programs, libaries, object, units and examples are included
  • make sure the PATH is pointed to the bin Folder
  • edit the bin/fpc.cfg and change all -FU:Development:... to your pathes
  • if you want to use the FP-Editor you have to do the same changes in fp/fp.cfg