Forum: General Jailbreak Discussion - The General Jailbreak Discussion forum is your place to discuss everything related to the PS3 jailbreak. You can discuss QA Flags, CFW, kmeaw or find information about many general jailbreak methods.


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: Help edit makefile
  

Results 1 to 5 of 5
  1. #1 Help edit makefile 
    CourageousCooki is offline Registered User
    Join Date
    Oct 2010
    Location
    In northern anarctica where the wifi is bangin'
    Posts
    26
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    i'm trying to learn how to compile hex file. i kno there are pre-made hex files out there i'm just doing this to benefit from it.

    I got most of the steps done I just need help editing the makefile. The tutorial i am following has an older makefile and i have the latest makefile from psgroove (github).

    Im not sure whether i should remove the '#' symbols or just erase the entire file and then put in my dev board's information... either way i ger this error http://i.imgur.com/S6m88.png

    my dev board: minimus v1

    if someone could tell me specifically how to edit the make file that would be very much appreciated.
    Reply With Quote  

  2. #2  
    itsMoeyy's Avatar
    itsMoeyy is offline ( . ) ( . )
    Join Date
    Oct 2010
    Location
    Australia
    Posts
    474
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    ROFLMAO.

    Child's process exited abnormally.

    PS3 Phat with 500GB
    1 TB External
    AVRKEY (ATMEGA32U2) - 32KB Onboard Flash Memory

    Future List -
    - PS3 Move Set


    Thank you Geohot and fail0verfl0w for fully hacking the PS3.
    Reply With Quote  

  3. #3  
    JonahUK is offline Old Man on the Block
    Join Date
    Sep 2010
    Location
    Manchester, UK
    Posts
    632
    Downloads
    2
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    45
    Likes Received
    10
    Quote Originally Posted by CourageousCooki View Post
    i'm trying to learn how to compile hex file. i kno there are pre-made hex files out there i'm just doing this to benefit from it.

    I got most of the steps done I just need help editing the makefile. The tutorial i am following has an older makefile and i have the latest makefile from psgroove (github).

    Im not sure whether i should remove the '#' symbols or just erase the entire file and then put in my dev board's information... either way i ger this error http://i.imgur.com/S6m88.png

    my dev board: minimus v1

    if someone could tell me specifically how to edit the make file that would be very much appreciated.
    Which payload are you trying to compile?
    PL3 has the minimus v1 already, you need to run build_hex.sh to compile.

    If it's "just" psgroove, then you need to add in your MCU, BOARD & F_CPU to the makefile like so (or remove the # from the 3 lines if its already there):-

    MCU = at90usb162
    BOARD = MINUMUS
    F_CPU = 16000000

    Also check that the other boards have # in front of them so only the minimus is active.

    Hope that helps.

    Cheers,
    JonahUK.
    Reply With Quote  

  4. #4  
    CourageousCooki is offline Registered User
    Join Date
    Oct 2010
    Location
    In northern anarctica where the wifi is bangin'
    Posts
    26
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by JonahUK View Post
    Which payload are you trying to compile?
    PL3 has the minimus v1 already, you need to run build_hex.sh to compile
    I'm not sure which payload i'm trying to compile. I just made the program download the psgroove github files and then i tried to make hex file out of it.

    I don't know how to run build_hex.sh

    Thanks for the reply
    Reply With Quote  

  5. #5  
    CourageousCooki is offline Registered User
    Join Date
    Oct 2010
    Location
    In northern anarctica where the wifi is bangin'
    Posts
    26
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    hit another snag http://i.imgur.com/dJ2rP.jpg
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •