Forum: Latest News - Get all of the latest legal dev and underground news as it relates to the Sony PlayStation right here on PSX-Scene.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: AerialX update PSGroove with USB Stick Apploader Payload
  

Page 2 of 6 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 51
  1. #11  
    iLLNESS is offline Member
    Join Date
    Dec 2002
    Location
    Ontario
    Posts
    923
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Quote Originally Posted by evilsperm View Post
    At the current time this will not compile...
    I have been trying to get it to compile under windows and linux with 0 success...
    I have also patched it to work with the backup manager just like pack I released for 1.1
    As soon as I am able to compile this I will release another pack with backup manager enabled.

    ~evil
    i am also unable to compile it. both on ubuntu and windows. windows i seem to get the closest:
    Code:
    make[1]: Entering directory `Z:/psgroove'
    gcc -Wall -O3 raw2payload.c -o raw2payload
    process_begin: CreateProcess(NULL, gcc -Wall -O3 raw2payload.c -o raw2payload, .
    ..) failed.
    make (e=2): The system cannot find the file specified.
    make[1]: *** [raw2payload] Error 2
    in ubuntu im getting nowhere:
    Code:
    lufa-lib/trunk/LUFA/Drivers/USB/LowLevel/Device.h:209: error: âLSMâ undeclared (first use in this function)
    lufa-lib/trunk/LUFA/Drivers/USB/LowLevel/Device.c: In function âUSB_Device_SendRemoteWakeupâ:
    lufa-lib/trunk/LUFA/Drivers/USB/LowLevel/Device.c:48: error: âUDCONâ undeclared (first use in this function)
    lufa-lib/trunk/LUFA/Drivers/USB/LowLevel/Device.c:48: error: âRMWKUPâ undeclared (first use in this function)
    make[1]: *** [lufa-lib/trunk/LUFA/Drivers/USB/LowLevel/Device.o] Error 1
    make[1]: Leaving directory `/home/server/psgroove'
    make: *** [all] Error 2
    server@server-basement:~/psgroove$ make[1]: Entering directory `Z:/psgroove'
    > gcc -Wall -O3 raw2payload.c -o raw2payload
    > process_begin: CreateProcess(NULL, gcc -Wall -O3 raw2payload.c -o raw2payload, .
    > ..) failed.
    > make (e=2): The system cannot find the file specified.
    this is the first time compiling for my teensy though...
    PIC based jailbreakers please visit my thread below and please READ. I have spent a few hours now trying to explain everythign as best I can here. You will also find my latest HEX releases there as well.

    http://psx-scene.com/forums/showthre...946#post546946
    Reply With Quote  

  2. #12  
    evilsperm's Avatar
    evilsperm is offline Member
    Join Date
    Sep 2010
    Posts
    414
    Downloads
    2
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    10
    Likes Received
    67
    you are getting the same exact errors as I am
    Reply With Quote  

  3. #13  
    iLLNESS is offline Member
    Join Date
    Dec 2002
    Location
    Ontario
    Posts
    923
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    well, i am able to compile psgroove itself just fine soo... not sure whats going on.
    PIC based jailbreakers please visit my thread below and please READ. I have spent a few hours now trying to explain everythign as best I can here. You will also find my latest HEX releases there as well.

    http://psx-scene.com/forums/showthre...946#post546946
    Reply With Quote  

  4. #14  
    Bl00DGuY's Avatar
    Bl00DGuY is offline Registered User
    Join Date
    Sep 2010
    Location
    Quebec, Canada
    Posts
    7
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    On ubuntu, launch Terminal and type:
    Code:
    sudo apt-get install ppu-gcc
    I'll try the hex file i just compiled before uploading.
    (I'm using an XPLAIN)

    (First post... Hello everyone! hehe)
    PS3 80GB CECHE Model (Play PS2 Games) + XPLAIN
    Reply With Quote  

  5. #15  
    chrir_17 is offline Registered User
    Join Date
    Sep 2010
    Posts
    23
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by Xeauron View Post
    Looks interesting, I don't think it's for running anything downloaded from PSN but rather for running packages streight from the USB port without installing.

    It's all good stuff.
    at least we can install debug psn games
    Reply With Quote  

  6. #16  
    Anony is offline Member
    Join Date
    Sep 2010
    Location
    Desert
    Posts
    222
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    7
    Likes Received
    11
    ...........
    Last edited by Anony; 09-27-2010 at 11:38 PM.
    Reply With Quote  

  7. #17  
    evilsperm's Avatar
    evilsperm is offline Member
    Join Date
    Sep 2010
    Posts
    414
    Downloads
    2
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    10
    Likes Received
    67
    Quote Originally Posted by Bl00DGuY View Post
    On ubuntu, launch Terminal and type:
    Code:
    sudo apt-get install ppu-gcc
    I'll try the hex file i just compiled before uploading.
    (I'm using an XPLAIN)

    (First post... Hello everyone! hehe)

    you actually got it to compile?
    because I have ppu-gcc, gcc-avr and gcc installed as well and its still a no go
    Reply With Quote  

  8. #18  
    garyopa's Avatar
    garyopa is offline Old-School R&D Developer
    Join Date
    May 2002
    Location
    The Whole Wide World
    Posts
    2,321
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    88
    Likes Received
    250
    Reply With Quote  

  9. #19  
    iLLNESS is offline Member
    Join Date
    Dec 2002
    Location
    Ontario
    Posts
    923
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Code:
    *@*:~/aerialx$ sudo apt-get install gcc ppu-gcc gcc-avr
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    gcc is already the newest version.
    ppu-gcc is already the newest version.
    gcc-avr is already the newest version.
    i have the required dependencies as well afaik.
    PIC based jailbreakers please visit my thread below and please READ. I have spent a few hours now trying to explain everythign as best I can here. You will also find my latest HEX releases there as well.

    http://psx-scene.com/forums/showthre...946#post546946
    Reply With Quote  

  10. #20  
    Anony is offline Member
    Join Date
    Sep 2010
    Location
    Desert
    Posts
    222
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    7
    Likes Received
    11
    I can confirm that this Apploader .HEX file works with the Olimex AVR-USB-162 with LED support. Linky Thanks to Mr. Aaron Lindsay!
    Reply With Quote  

Page 2 of 6 FirstFirst 1 2 3 4 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •