Results 1 to 10 of 12

Thread: FPC 4 Wii

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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!

  2. #2
    Thanks.

    I am not that good with fpcmake and the likes.

    I now run into problems when executing the fpcmake -r -w Twii as it then states:
    Processing Makefile.fpc
    Error: Target "wii", package "libogcfpc" not found
    Just removing usbgecko examples gives and not found for usbgecko.

    Maybe i should compile the examples one by one. :-)

    Anyways i am going to try out the working examples on the wii this weekend.

    Is not the gecko some kind of debug device?
    http://3das.noeska.com - create adventure games without programming

  3. #3
    Yes, it is. BTW, as you have noticed, things need some work here and there. I'll try to fix these issues in the next days. Let me know if the examples are running fine on the Wii
    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
  •