Homebrew How Do I set the MakeFile for CFW

  • Thread starter Thread starter bannana2
  • Start date Start date
  • Views Views 4,065
  • Replies Replies 26

bannana2

Well-Known Member
Member
Joined
Nov 11, 2008
Messages
244
Reaction score
155
Trophies
1
Age
38
Location
Spring Hill, KS
XP
430
Country
United States
I have a windows machine trying to do a simple build with SCFW, but all I am seeing in the output is this:

make: arm-none-eabi-as: Command not found
make: *** [arm9_code.elf] Error 127.

Any help would be appreciated. thanks.
 
Hm...when I install devkitPro I have all the options checked and I see that I have that arm-none-eabi file included in C:\devkitPro\devkitARM\arm-none-eabi\bin.
 
Add c:\devkitPro\msys\bin and C:\devkitPro\devkitARM\bin to the path. DevkitPro installer is retarded and misses stuff.
 
I don't think he knows how to add to his PATH, and I'm a linux user so I'm not sure how to do it in windoze.
Oh, hit Win + pause/break to go to System Properties then select the 'Advanced' tab.
Alternatively you can also hit win+ R and run SystemPropertiesAdvanced directly.
Then you press the 'Environment Variables' button.
PATH is in the 'System Variables' box on the lower section. Entries are separated by semicolons.
 
Oh, hit Win + pause/break to go to System Properties then select the 'Advanced' tab.
Alternatively you can also hit win+ R and run SystemPropertiesAdvanced directly.
Then you press the 'Environment Variables' button.
PATH is in the 'System Variables' box on the lower section. Entries are separated by semicolons.
K, I added them and I appreciate the help, but it just shows the same error.
Oh, hit Win + pause/break to go to System Properties then select the 'Advanced' tab.
Alternatively you can also hit win+ R and run SystemPropertiesAdvanced directly.
Then you press the 'Environment Variables' button.
PATH is in the 'System Variables' box on the lower section. Entries are separated by semicolons.
Yeah, I got that figured out. lol, I am still confused on this because
 
So it was the DEVKITARM environment variable...

0zatgZH.png
 
  • Like
Reactions: bannana2
I'm interested in what you were doing before running into this error, as in your project. Care to elaborate?
 
/*
ARM9_function1:
push {r4, lr}
ldr r4, =0x805cf05
blx r4
pop {r4, pc}
it will call this function \/, the function code is not complet yet and not reversed */

Lets reverse this shit. I want a new cfw and I don't care how much time or how hard it is to learn to do it. I'm tired of the shit that govanify caused. I do know that if this function was done right we would not have such instability in the cfw that was leaked.
 
/*
ARM9_function1:
push {r4, lr}
ldr r4, =0x805cf05
blx r4
pop {r4, pc}
it will call this function \/, the function code is not complet yet and not reversed */

Lets reverse this shit. I want a new cfw and I don't care how much time or how hard it is to learn to do it. I'm tired of the shit that govanify caused. I do know that if this function was done right we would not have such instability in the cfw that was leaked.

I'm assuming for 4.5?
 
This CFW is unstable, for 4.x only, and while I can't be certain of your skill level, I'm assuming you don't have too much experience with reverse engineering. Whether or not that last part is the case, the time it'd take to reverse this CFW would probably be much better spent building a new, more reliable one scratch, using the new exploit as detailed by yifanlu.
 

Site & Scene News

Popular threads in this forum