Difference between revisions of "User:Alb42"

From Freepascal Amiga wiki
Jump to navigation Jump to search
(Added some links to remember)
(Test youtube link (for Tutorials))
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
* [[Trinity in Trouble]]
 
* [[Trinity in Trouble]]
 
* [[Decisions and Work]]
 
* [[Decisions and Work]]
 +
* [[User:Alb42/MainPage|New MainPage]]
 +
 +
== Youtube Test ==
 +
 +
<youtube>yKGS6fcLLOE</youtube>
  
 
== How to create Lazarus with AROS crosscompiler ==
 
== How to create Lazarus with AROS crosscompiler ==
Line 51: Line 56:
 
*: make all
 
*: make all
 
*: sudo make install</code>
 
*: sudo make install</code>
 +
 +
 +
 +
{| id="mp-upper" style="width: 100%; margin:4px 0 0 0; background:none; border-spacing: 0px;"
 +
| class="MainPageBG" style="width:55%; border:1px solid #cef2e0; background:#f5fffa; vertical-align:top; color:#000;" |
 +
{| id="mp-left" style="width:100%; vertical-align:top; background:#f5fffa;"
 +
| style="padding:2px;" | <h2 id="mp-tfa-h2" style="margin:3px; background:#cef2e0; font-family:inherit; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;">
 +
 +
First headline
 +
 +
</h2>
 +
|-
 +
| style="color:#000;" | <div id="mp-tfa" style="padding:2px 5px">
 +
 +
Text for headline 1
 +
 +
</div>
 +
|-
 +
| style="padding:2px;" | <h2 id="mp-dyk-h2" style="margin:3px; background:#cef2e0; font-family:inherit; font-size:120%; font-weight:bold; border:1px solid #a3bfb1; text-align:left; color:#000; padding:0.2em 0.4em;"> Second Headline  </h2>
 +
|-
 +
| style="color:#000; padding:2px 5px 5px;" | <div id="mp-dyk">
 +
 +
HeadLine Text 2
 +
 +
</div>
 +
|}
 +
| style="border:1px solid transparent;" |
 +
| class="MainPageBG" style="width:45%; border:1px solid #cedff2; background:#f5faff; vertical-align:top;"|
 +
{| id="mp-right" style="width:100%; vertical-align:top; background:#f5faff;"
 +
| style="padding:2px;" | <h2 id="mp-itn-h2" style="margin:3px; background:#cedff2; font-family:inherit; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">
 +
 +
3rd Headline
 +
 +
</h2>
 +
|-
 +
| style="color:#000; padding:2px 5px;" | <div id="mp-itn">
 +
 +
Headline text 3
 +
 +
</div>
 +
|-
 +
| style="padding:2px;" | <h2 id="mp-otd-h2" style="margin:3px; background:#cedff2; font-family:inherit; font-size:120%; font-weight:bold; border:1px solid #a3b0bf; text-align:left; color:#000; padding:0.2em 0.4em;">
 +
 +
4th Headline
 +
 +
</h2>
 +
|-
 +
| style="color:#000; padding:2px 5px 5px;" | <div id="mp-otd">text for headline 4</div>
 +
|}
 +
|}
 +
 +
{| id="mp-lower" style="margin:4px 0 0 0; width:100%; background:none; border-spacing: 0px;"
 +
| class="MainPageBG" style="width:100%; border:1px solid #ddcef2; background:#faf5ff; vertical-align:top; color:#000;" |
 +
{| id="mp-bottom" style="width:100%; vertical-align:top; background:#faf5ff; color:#000;"
 +
| style="padding:2px;" | <h2 id="mp-tfp-h2" style="margin:3px; background:#ddcef2; font-family:inherit; font-size:120%; font-weight:bold; border:1px solid #afa3bf; text-align:left; color:#000; padding:0.2em 0.4em">
 +
 +
5th Headline
 +
 +
</h2>
 +
|-
 +
| style="color:#000; padding:2px;" | <div id="mp-tfp">  Text for Headline 5 </div>
 +
|}
 +
|}

Latest revision as of 23:46, 4 May 2016

Who is ALB42

It's me, nothing more to say, so move alone, nothing more to see here, just some playground for later use

Some internal Links

Youtube Test

How to create Lazarus with AROS crosscompiler

On Ubuntu:

  • Install plain Ubuntu
  • Install current freepascal compiler
    sudo apt-get install fpc
  • Install subversion
    sudo apt-get install subversion
  • Download and Install AROS SDK
    • Download AROS SDK from AROS Webpage [1] (pc-i386-sdk)
    • Unpack AROS SDK
      tar -xvf AROS-*-pc-i386-sdk.tar.bz2
    • Install AROS SDK
      cd AROS-*-pc-i386-sdk/
      sudo ./AROS-SDK-Install
    • Copy tools to path (instead of change path, I prefer this solution)
      sudo cp /usr/local/aros-sdk/bin/i386-aros-* /usr/bin
    • Create collect-aros link code
      sudo cp /usr/local/aros-sdk/bin/i386-aros-ld /usr/bin/i386-aros-collect-aros
  • Checkout freepascal trunk
    cd ~
    svn checkout http://svn.freepascal.org/svn/fpc/trunk fpc
  • Compile freepascal for linux
    cd fpc
    make all
  • Install freepascal for linux
    sudo make install
  • Compile crosscompiler for AROS
    make crossall OS_TARGET=aros CPU_TARGET=i386
  • Install crosscompiler for AROS
    sudo make crossinstall OS_TARGET=aros CPU_TARGET=i386
  • Remove old ubuntu compiler
    sudo apt-get remove fpc
  • TODO: I remember here some pathes issues
  • Install dependencies for lazarus
    sudo apt-get install libgtk2.0-dev
  • Checkout lazarus for AROS
    cd ~
    svn checkout https://github.com/alb42/lazarus lazarus
  • Compiler lazarus
    cd lazarus
    make all
    sudo make install


First headline

Text for headline 1

Second Headline

HeadLine Text 2

3rd Headline

Headline text 3

4th Headline

text for headline 4

5th Headline

Text for Headline 5