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?
| |
|
-
Help edit makefile –
10-25-2010,02:14 AM
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.
-
-
10-25-2010,10:10 AM

Originally Posted by
CourageousCooki
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.
-
10-25-2010,10:19 AM

Originally Posted by
JonahUK
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
-
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|