Results 1 to 10 of 12

Thread: FPC 4 Wii

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    That example needs to be fixed. Maybe I have missed to link some library or the linking order is wrong, but I haven't investigated further, because I'm focusing on the library itself.

    EDIT: seems that this could be fixed by passing --gc-sections to the linker, or rather by passing -k--gc-sections to the fpc compiler. It is only matter to add this parameter to the makefile.fpc:

    Code:
    [compiler]
    options=-Xm -k--gc-sections
    then regenerate the Makefile as usual, by

    Code:
    fpcmake -r -w -Twii
    Last edited by Legolas; 02-03-2011 at 09:02 PM.
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

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
  •