Results 1 to 2 of 2

Thread: error compiling tiffsdk1.1

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Oct 2006
    Location
    England
    Posts
    1
    Rep Power
    0

    Unhappy error compiling tiffsdk1.1

    Hello,

    I was trying to get the psp-tiffsdk-v1.1 compiling and running on my pc but I have got into a few problems.

    The examples from psp tutorials I can get to compile using cygwin/psptoolchain/pspsdk *but* when I unzip the tiff sdk 1.1 I get the following errors:

    tiffsdk.c:215: error: conflicting types for 'sceKernelDelayThread'
    /usr/local/pspdev/psp/sdk/include/pspthreadman.h:323: error: previous declaratio
    n of 'sceKernelDelayThread' was here
    make: *** [tiffsdk.o] Error 1


    Apologies if this has already been covered but searched for another thread with this in and couldn't find one.

    Any ideas as to what I am missing? Am I using the wrong pspsdk? (using beta2)?

    TIA

  2. #2
    DCEmu Newbie
    Join Date
    Nov 2006
    Location
    Germany
    Posts
    1
    Rep Power
    0

    Smile

    Hello,

    change the line "void sceKernelDelayThread(SceUInt delay)" in tiffsdk.c to "int sceKernelDelayThread(SceUInt delay)".

    Thats all !

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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
  •