Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: FPC 4 GBA Update!

  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    FPC 4 GBA Update!

    Its seems that the FPC 4 GBA Team's efforts have paid off! Florian Klaempfl has commited a GBA RTL to the Free Pascal Compiler source repository with the complete rewrite done by Francesco Lombardi aka Legolas. A binary will soon become available!

    Free Pascal now officially supports the GameBoy Advance platform!

    Also, the FPC 4 GBA page has recently been updated: FPC4GBA.PascalGameDevelopment.com


    More information on Free Pascal and the new GameBoy Advance targetting can be found at www.FreePascal.org!
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2

    FPC 4 GBA Update!

    Great News. Now if we could just get it working on the PlayStation Portable and the upcoming PS3 as well .
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  3. #3
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    FPC 4 GBA Update!

    That a MIPS world thing my friend.

    We're banking on ARM7 and ARM9 sets here. The next biggest issue is implimenting specific features of these sets.

    But for now... word of mouth and sending the word out everywhere.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  4. #4

    FPC 4 GBA Update!

    Quote Originally Posted by WILL
    That a MIPS world thing my friend.

    We're banking on ARM7 and ARM9 sets here. The next biggest issue is implimenting specific features of these sets.

    But for now... word of mouth and sending the word out everywhere.
    ARM7 for sure. About ARM9: yesterday I have made an attempt to compile something for nintendo ds, but the executable crashes the emulator. Really I don't know if is something wrong in my port (though I followed same steps I done for gba). Because the NDS have two CPU (arm7 and arm9), I'll try to make an hybrid executable, with the arm7 part built with fpc and the arm9 one built with gcc. If it will work, then we will need an arm9-aimed compiler
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  5. #5

    FPC 4 GBA Update!

    When will the guys at FPC announce this on freepascal.org. I wonder if there is anyone at Sony we could contact to talk about PS3 and FreePascal. When the PS3 comes out, since it will be running a Linux OS I will look at seeing if I can get FreePascal working on there.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  6. #6
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    FPC 4 GBA Update!

    Whats needed to make it work for the GP2X?

    http://gp2x.co.uk/devx2.html

    it has 2 ARM processors:
    http://www.gp2x.com/product/specification.asp?part=02
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  7. #7

    FPC 4 GBA Update!

    Quote Originally Posted by cairnswm
    Whats needed to make it work for the GP2X?

    http://gp2x.co.uk/devx2.html

    it has 2 ARM processors:
    http://www.gp2x.com/product/specification.asp?part=02
    Maybe lack of ARM9 support. Apart that, porting it to gp2x should be easy enough
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  8. #8

    FPC 4 GBA Update!

    There's even an SDL port for it - http://sdl-gp32.sourceforge.net/
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  9. #9

    FPC 4 GBA Update!

    Quote Originally Posted by savage
    There's even an SDL port for it - http://sdl-gp32.sourceforge.net/
    There is for nds and gba too
    I'm wondering about the possibility to mix sdl for gba and sdl for fpc :think:
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  10. #10

    FPC 4 GBA Update!

    It would be nice to know if the JEDI-SDL libraries work on GBA as well.

    Though I strangely suspect the only way to use SDL on these platforms is via statically linking to the *.lib file rather dynamically linking to a *.so file.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •