Homebrew I really need help installing devkitPro!

  • Thread starter Thread starter Jaay_
  • Start date Start date
  • Views Views 2,904
  • Replies Replies 5

Jaay_

Member
Newcomer
Joined
Feb 22, 2016
Messages
13
Reaction score
1
Trophies
0
Age
32
XP
107
Country
I know I've already posted this but I can't get it working and it's gotten really hard to find my old post so I'm re-posting! (it's a copy-paste)

I know this is probably a stupid question and has been asked a thousand times but I'm installing devkitPro with only devkitARM and Minimal System but I keep getting this error (It's only the end. All of it was too big):

untgz::extract -d 'c:\devkitPro\libgba' -zbz2 'C:\Users\georg\Downloads\libgba-20090222.tar.bz2'
gzread: incomplete block read
Error: Failure reading from tarball.
failed to extract libgba-20090222.tar.bz2: Error: Failure reading from tarball.

Please help!
 
No need to do that, Open the .tar.bz2 with 7zip (Recommended) and extract it until you at a single folder with a Makefile inside.
Then go ahead and type "cd "pathtofolderwithmakefile"" then type "make install".

It should then install fine. :)
 
No need to do that, Open the .tar.bz2 with 7zip (Recommended) and extract it until you at a single folder with a Makefile inside.
Then go ahead and type "cd "pathtofolderwithmakefile"" then type "make install".

It should then install fine. :)
Sorry, but is there anyway to install devkitPro with the installer or do I have to extract it all manually?
 
Sorry, but is there anyway to install devkitPro with the installer or do I have to extract it all manually?
You need to Extract it all since it cant read the Tarball for some reason. Are you unable to extract manually or something?
 
You need to Extract it all since it cant read the Tarball for some reason. Are you unable to extract manually or something?

Whenever I try to extract what I need (citro3d, libctru, devkitarm and examples) and make the examples, it errors (I'm using the git bash).
$ make
make[1]: Entering directory 'c:/devkitPro/devkitARM/examples/app_launch'
sh: C:\Program: No such file or directory
c:/devkitPro/devkitARM/base_rules:84: recipe for target 'main.o' failed
make[2]: *** [main.o] Error 127
Makefile:135: recipe for target 'build' failed
make[1]: *** [build] Error 2
make[1]: Leaving directory 'c:/devkitPro/devkitARM/examples/app_launch'
Makefile:13: recipe for target 'examples' failed
make: *** [examples] Error 1
 

Site & Scene News

Popular threads in this forum