Hacking cIOS38 build 24/01/10 Installer

WiiUBricker

News Police
Banned
Joined
Sep 19, 2009
Messages
7,827
Trophies
0
Location
Espresso
XP
7,520
Country
Argentina
Well Im wondering why any coder dont work on a updated cMIOS with USB support . The first gamecube USB loader would be awesome.

bushing wrote something regarding MIOS and USB on the wiibrew forums why I think that this is never gonna happen, but I didnt understand very much so I might be wrong here though =P
 

Kayot

Well-Known Member
Member
Joined
Jan 24, 2010
Messages
362
Trophies
0
Website
sites.google.com
XP
490
Country
United States
Although off topic, I'm curious. It was mentioned that the newer Wii can't play any sort of DVD. If that's the case should I assume that my Wii is older since I can play GameCube backups with GC Backup Launcher for Wii by WiiGator?

I just got it at the end of '09 and it came with v3.4 preinstalled.
 

Dialexio

Well-Known Member
Member
Joined
Mar 14, 2009
Messages
1,567
Trophies
0
Website
twitter.com
XP
329
Country
United States
Kayot said:
Although off topic, I'm curious. It was mentioned that the newer Wii can't play any sort of DVD. If that's the case should I assume that my Wii is older since I can play GameCube backups with GC Backup Launcher for Wii by WiiGator?

I just got it at the end of '09 and it came with v3.4 preinstalled.
Yup, you have an older, backup-happy Wii drive.
 

Riicky

Well-Known Member
Member
Joined
May 15, 2009
Messages
607
Trophies
0
Age
39
Location
Reading,Pennsylvania
XP
144
Country
United States
keep getting this when trying to compile

> "make"
dip.c
/bin/sh: arm-eabi-gcc: command not found
dma.c
/bin/sh: arm-eabi-gcc: command not found
fat.c
/bin/sh: arm-eabi-gcc: command not found
plugin.c
/bin/sh: arm-eabi-gcc: command not found
tools.c
/bin/sh: arm-eabi-gcc: command not found
wbfs.c
/bin/sh: arm-eabi-gcc: command not found
arm_syscalls.s
/bin/sh: arm-eabi-gcc: command not found
dip_calls.s
/bin/sh: arm-eabi-gcc: command not found
stub.s
/bin/sh: arm-eabi-gcc: command not found
syscalls.s
/bin/sh: arm-eabi-gcc: command not found
arm-eabi-ld -g -EB -T/c/projects/waninkoko-dip-plugin-77ece7a/scripts/link.ld --gc-sections -static -Map waninkoko-dip-plugin-77ece7a.map -nostartfiles -nostdlibs -o waninkoko-dip-plugin-77ece7a.elf dip_c.o dma_c.o fat_c.o plugin_c.o tools_c.o wbfs_c.o arm_syscalls_s.o dip_calls_s.o stub_s.o syscalls_s.o
make[1]: arm-eabi-ld: Command not found
make[1]: *** [waninkoko-dip-plugin-77ece7a.elf] Error 127
"make": *** [all] Error 2

I have the latest ppc and arm, as well as the latest libogc, and my evironment variables are all correct
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
1
Location
Sandy, UT
XP
615
Country
United States
WiiBricker said:
Well Im wondering why any coder dont work on a updated cMIOS with USB support . The first gamecube USB loader would be awesome.

bushing wrote something regarding MIOS and USB on the wiibrew forums why I think that this is never gonna happen, but I didnt understand very much so I might be wrong here though =P
From what I've read, it's that MIOS doesn't really have much to do with it. In order for it to work you'd also have to modify BC and boot2. Good luck working with those and not messing things up.
 

Justin121994

Bitcoin. coinbase.com/andrew
Member
Joined
Jan 12, 2009
Messages
808
Trophies
0
Location
Ontario, CA
XP
202
Country
United States
could't bc be changed on sneek?
So if it bricks you don't actually brick
biggrin.gif

So if your trying to code it and mess up u don't mess up your wiii
 

toejam316

Well-Known Member
Member
Joined
Apr 20, 2007
Messages
259
Trophies
0
XP
201
Country
New Zealand
FenrirWolf said:
WiiBricker said:
Well Im wondering why any coder dont work on a updated cMIOS with USB support . The first gamecube USB loader would be awesome.

bushing wrote something regarding MIOS and USB on the wiibrew forums why I think that this is never gonna happen, but I didnt understand very much so I might be wrong here though =P
From what I've read, it's that MIOS doesn't really have much to do with it. In order for it to work you'd also have to modify BC and boot2. Good luck working with those and not messing things up.
It would be a nightmare.
The easiest way I could think of getting it happening, and this would be with horrific compatibility, would be to patch the Gamecube games roughly to run in Wii mode, and then use a Wii mode loader to pull the files from the hard drive.

Seriously, I doubt we'll see it happen, and if it does happen, at best we could hope for compatibility similar to the PoC Wii Disc Loader.
 

wiiman123

Well-Known Member
OP
Member
Joined
Apr 5, 2009
Messages
938
Trophies
0
Website
Visit site
XP
114
Country
New Zealand
Riicky said:
keep getting this when trying to compile

> "make"
dip.c
/bin/sh: arm-eabi-gcc: command not found
dma.c
/bin/sh: arm-eabi-gcc: command not found
fat.c
/bin/sh: arm-eabi-gcc: command not found
plugin.c
/bin/sh: arm-eabi-gcc: command not found
tools.c
/bin/sh: arm-eabi-gcc: command not found
wbfs.c
/bin/sh: arm-eabi-gcc: command not found
arm_syscalls.s
/bin/sh: arm-eabi-gcc: command not found
dip_calls.s
/bin/sh: arm-eabi-gcc: command not found
stub.s
/bin/sh: arm-eabi-gcc: command not found
syscalls.s
/bin/sh: arm-eabi-gcc: command not found
arm-eabi-ld -g -EB -T/c/projects/waninkoko-dip-plugin-77ece7a/scripts/link.ld --gc-sections -static -Map waninkoko-dip-plugin-77ece7a.map -nostartfiles -nostdlibs -o waninkoko-dip-plugin-77ece7a.elf dip_c.o dma_c.o fat_c.o plugin_c.o tools_c.o wbfs_c.o arm_syscalls_s.o dip_calls_s.o stub_s.o syscalls_s.o
make[1]: arm-eabi-ld: Command not found
make[1]: *** [waninkoko-dip-plugin-77ece7a.elf] Error 127
"make": *** [all] Error 2

I have the latest ppc and arm, as well as the latest libogc, and my evironment variables are all correct
you have to change the directory code from /opt/devkitarm to /c/devkitpro/devkitarm if u r on windows.

secondly it only compiles the dip plugin, not the actual installer, so no point compiling
 

damysteryman

I am too busy IRL these days...
Member
Joined
Oct 4, 2007
Messages
1,223
Trophies
1
XP
1,026
Country
Antarctica
Unfortune said:
Bloodlust said:
Still sticking with rev14 & hermes v4 for D9 compatibility

Doesn't rev 17 have DVD9 capability?
It does, but not completely. There was a bit at the end of the second layer it couldn't read since wanin didn't set the DVD9 limit high enough, which caused dumps to not be 1:1 (which is bad for dump "purists", like me).

I've just downloaded the DIP plugin source, and I'm going to compile it and test it.

@wiiman123
Not necessarily. You could compile the plugin, then overwrite cIOS249 rev17's DIP plugin (inside the DIP module) with the modified plugin using a hex editor, then write the modified DIP module to NAND with FSToolbox.
 

mousex

Well-Known Member
Member
Joined
Jan 23, 2009
Messages
986
Trophies
0
XP
115
Country
United States
Emeraldman94 said:
This should be stickied. I would love to be able to find this thread easily. WOHOOO GO WANIN!
Most recent browser support a feature called "Favourites", try it with your important topics. You'll get a list with every site/topic you set as favourite.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • RedColoredStars @ RedColoredStars:
    Guy doesnt know wtf hes talking about half the time
  • realtimesave @ realtimesave:
    @SylverReZ that reminds me that my friend sells CRTs he gets cheap or free for hundreds of dollars. people are dumb
    +1
  • RedColoredStars @ RedColoredStars:
    And is incredibly annoying.
  • realtimesave @ realtimesave:
    man I just washed my shoes and they look exactly the same as before I washed them :|
  • realtimesave @ realtimesave:
    luckily they didn't fall apart
  • RedColoredStars @ RedColoredStars:
    Some CRTs are very much worth the price
  • RedColoredStars @ RedColoredStars:
    i used to go out to the recycling center every couple weeks and look at the crts and other electronics people would drop off. Usually screens were broken or severely scratched from being tossed around. Did find a good one here and there, but never anything like a 1080i widescreen crt.
  • RedColoredStars @ RedColoredStars:
    Or a good contition 40" Sony Trini that weighs 300 lbs. lol
  • RedColoredStars @ RedColoredStars:
    Literally 300 lbs. lolol
  • BigOnYa @ BigOnYa:
    I have a few of those boat anchors in my basement I tried giving away but no one wanted them, So anyone close to Columbus, Ohio area that wants them, (26", 2x 19") please come get, for free.
  • RedColoredStars @ RedColoredStars:
    Dont know anyone wants those smaller ones. Most are after larger sizes and the kinda top of the line models
  • RedColoredStars @ RedColoredStars:
    Motion handling and input lag on those things destroy plasmas, led, oled
  • realtimesave @ realtimesave:
    I had some really nice CRTs I should've kept
  • realtimesave @ realtimesave:
    now I have all lcd
  • realtimesave @ realtimesave:
    one in particular I regret getting rid of oh well :|
  • realtimesave @ realtimesave:
    the Sonys and stuff I don't care about
  • realtimesave @ realtimesave:
    and used LCD are hard to sell I can imagine.. not worth much
  • realtimesave @ realtimesave:
    @SylverReZ where do u lurk
  • a_username_that_isnt_cool @ a_username_that_isnt_cool:
    Is it piracy if it was released for free? Not in my opinion, but I also think it's not piracy if buying it isn't owning it, and it's not piracy if you can't buy it from the original creators anymore.
  • K3Nv2 @ K3Nv2:
    Free release can have loopholes where they still make money through ads
    +1
  • Xdqwerty @ Xdqwerty:
    sigh
  • Xdqwerty @ Xdqwerty:
    @a_username_that_isnt_cool, could you change your username?
  • Xdqwerty @ Xdqwerty:
    i guess not...
    Xdqwerty @ Xdqwerty: i guess not...