Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: ubuntu 9.04 compile error

                  
   
  1. #11
    DCEmu Coder
    Join Date
    Aug 2006
    Posts
    571
    Rep Power
    71

    Default

    Change them to quotes... code tags don't work unless you use WINDOWS formatted text.

  2. #12
    DCEmu Newbie
    Join Date
    Jun 2009
    Posts
    9
    Rep Power
    0

    Default


    TARGET = MyNameIsFW3x

    OBJS = main.o



    INCDIR =

    # vvvvvvvv

    CFLAGS = -O2 -G0 -Wall -DPSPFW3X

    # ^^^^^^^^



    CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti

    ASFLAGS = $(CFLAGS)



    # vvvvvvvv

    BUILD_PRX=1

    PSP_FW_VERSION=303

    # ^^^^^^^^



    LIBDIR =

    LDFLAGS =



    EXTRA_TARGETS = EBOOT.PBP

    PSP_EBOOT_TITLE = MyNameIsFW3x



    PSPSDK=$(shell psp-config --pspsdk-path)

    include $(PSPSDK)/lib/build.mak
    Okay, I quoted it. I hope that helps.

  3. #13
    DCEmu Coder
    Join Date
    Aug 2006
    Posts
    571
    Rep Power
    71

    Default

    Hmm - weird. Try commenting out the line for PSPSDK since you have that defined already. See what happens.

  4. #14
    DCEmu Newbie
    Join Date
    Jun 2009
    Posts
    9
    Rep Power
    0

    Default

    I tried that a couple days ago, and it gave me the same error. build.mak cannot be found.

  5. #15
    DCEmu Coder
    Join Date
    Aug 2006
    Posts
    571
    Rep Power
    71

    Default

    How are you making this? You can't be doing "make" from a shell here or you wouldn't have this problem. How are you determining if the envvars are set?

  6. #16
    DCEmu Newbie
    Join Date
    Jun 2009
    Posts
    9
    Rep Power
    0

    Default

    I pressed make in both ajunta and Kdevelop

  7. #17
    DCEmu Coder
    Join Date
    Aug 2006
    Posts
    571
    Rep Power
    71

    Default

    Quote Originally Posted by spylogo View Post
    I pressed make in both ajunta and Kdevelop
    That won't work, as is. You don't have the environment variables set that way. If they allow you to customize the make command, add the exports before the make. That's how I got the make command to work inside of Geany.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SDL 1.2.9 for the DS
    By GPF in forum Retro Homebrew, Hosted Releases & Console News Forum
    Replies: 15
    Last Post: April 23rd, 2010, 22:21
  2. How-To: Install Ubuntu On Your PS3 For Vintage Gaming Emulation
    By wraggster in forum Retro Homebrew, Hosted Releases & Console News Forum
    Replies: 0
    Last Post: January 31st, 2009, 19:46
  3. Replies: 0
    Last Post: September 10th, 2008, 19:17
  4. Mame4ALLPSP New Version 0.0.3
    By kech in forum Sony Consoles News Forum
    Replies: 290
    Last Post: July 3rd, 2008, 17:47
  5. Ubuntu 8.04 released
    By JKKDARK in forum PC News Forum
    Replies: 1
    Last Post: April 24th, 2008, 21:31

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
  •