Hacking Compiling on a Mac?

  • Thread starter Thread starter jackb994
  • Start date Start date
  • Views Views 877
  • Replies Replies 3

jackb994

Self-Proclaimed Gamer
Member
Joined
Oct 29, 2015
Messages
544
Reaction score
127
Trophies
0
XP
452
Country
United States
I've been trying to compile different CFW on a Mac, but there is one error I seem to get. It can't find devkit pro, even though I used the export command. When I manually point to it in the makefile I then get an error about armips which I've already put it in the bin folder. Any help will be appreciated.
 
It can't find devkit pro, even though I used the export command.
"used the export command" where? ".bash_profile"?

I have this at ~/.bash_profile, maybe you could try it too:
Code:
export DEVKITPRO="/Users/<username>/devkitPro"
export DEVKITARM="$DEVKITPRO/devkitARM"
export CTRULIB="$DEVKITPRO/libctru"

PATH="$DEVKITARM/bin:${PATH}"
export PATH
 
"used the export command" where? ".bash_profile"?

I have this at ~/.bash_profile, maybe you could try it too:
Code:
export DEVKITPRO="/Users/<username>/devkitPro"
export DEVKITARM="$DEVKITPRO/devkitARM"
export CTRULIB="$DEVKITPRO/libctru"

PATH="$DEVKITARM/bin:${PATH}"
export PATH
I Will try it when I get hold of my Mac thanks for the quick reply
 
"used the export command" where? ".bash_profile"?

I have this at ~/.bash_profile, maybe you could try it too:
Code:
export DEVKITPRO="/Users/<username>/devkitPro"
export DEVKITARM="$DEVKITPRO/devkitARM"
export CTRULIB="$DEVKITPRO/libctru"

PATH="$DEVKITARM/bin:${PATH}"
export PATH
Thank you for all of your help, I've managed to successfully build a CFW
 

Site & Scene News

Popular threads in this forum