Difference between revisions of "Talk:ELF to DOL Converter"
Jump to navigation
Jump to search
(New page: Could you make a linux version? I'm not sure yet if bat files run in Linux (Under Wine).) |
WiibrewBot (talk | contribs) m (Robot: Cosmetic changes) |
||
(20 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | Could you make a linux version? | + | == Linux Version == |
+ | Could you make a linux version? I'm not sure yet if bat files run in Linux (Under Wine). I already have DevKitPro installed if that helps. [[User:Seandgibbonsy|Seandgibbonsy]] 21:32, 29 October 2008 (UTC) | ||
+ | :I dont really have linux shell skills. I assume it would be even easier to do than this was. If someone can do it, we can post it here with your name on it. [[User:Yossi|yossi]] 07:57, 30 October 2008 (UTC) | ||
+ | ::Never mind that. I made a linux version instead of going to sleep. :) [[User:Yossi|yossi]] 11:21, 30 October 2008 (UTC) | ||
+ | :btw, AerialX left this in the comments on tehskeen.com <br /><tt>find /mnt/sd -name 'boot.elf' -execdir powerpc-gekko-objcopy -O binary "{}" boot.dol \; -execdir rm -f "{}" \;</tt><br /> ^ Converts all boot.elf files to boot.dol and deletes the boot.elf (/mnt/sd obviously arbitrary) [[User:Yossi|yossi]] 20:44, 30 October 2008 (UTC) | ||
+ | :Theres a bug on the linux version, in line 13 of the script there should be a ./powerpc-gekko-objcopy instead of just powerpc-gekko-objcopy, besides that everything else works perfectly.--[[User:Epsilonsama|Epsilonsama]] 03:44, 31 October 2008 (UTC) | ||
+ | ::it worked on my computer like that. is it not working on yours, or is this just a better way to do it? [[User:Yossi|yossi]] 07:18, 31 October 2008 (UTC) | ||
+ | ::well i added it to the script. i dont think its worth incrementing the version number though.[[User:Yossi|yossi]] 08:41, 31 October 2008 (UTC) | ||
+ | |||
+ | == REM line makes it not work version 1.2?? == | ||
+ | |||
+ | This did NOTHING at all until I removed REM and everything after it in that line (I thought you had to have REM on a separate line anyway!?) --[[User:Qda|Qda]] 19:16, 30 October 2008 (UTC) | ||
+ | :ok i admit, i put that REM in middle of the line at 4:30 in the morning while on a backtrack3 live cd. so i didn't test the final .bat file. sorry :( [[User:Yossi|yossi]] 20:09, 30 October 2008 (UTC) | ||
+ | :fixed now [[User:Yossi|yossi]] 20:18, 30 October 2008 (UTC) | ||
+ | ::fast response! anyway, sorry I just realized that I came off pretty crude above - thanks for looking into it, and thanks for making the converter!!--[[User:Qda|Qda]] 23:31, 30 October 2008 (UTC) | ||
+ | :::BTW, I only made the ''script'' that uses kitPro's converter (included). I didn't actually write the converter. [[User:Yossi|yossi]] 19:43, 31 October 2008 (UTC) | ||
+ | ::::then no soup for you --[[User:Qda|Qda]] 23:13, 3 November 2008 (UTC) | ||
+ | ::::: :/ [[User:Yossi|yossi]] 05:43, 4 November 2008 (UTC) |
Latest revision as of 04:27, 12 August 2009
Linux Version
Could you make a linux version? I'm not sure yet if bat files run in Linux (Under Wine). I already have DevKitPro installed if that helps. Seandgibbonsy 21:32, 29 October 2008 (UTC)
- I dont really have linux shell skills. I assume it would be even easier to do than this was. If someone can do it, we can post it here with your name on it. yossi 07:57, 30 October 2008 (UTC)
- Never mind that. I made a linux version instead of going to sleep. :) yossi 11:21, 30 October 2008 (UTC)
- btw, AerialX left this in the comments on tehskeen.com
find /mnt/sd -name 'boot.elf' -execdir powerpc-gekko-objcopy -O binary "{}" boot.dol \; -execdir rm -f "{}" \;
^ Converts all boot.elf files to boot.dol and deletes the boot.elf (/mnt/sd obviously arbitrary) yossi 20:44, 30 October 2008 (UTC) - Theres a bug on the linux version, in line 13 of the script there should be a ./powerpc-gekko-objcopy instead of just powerpc-gekko-objcopy, besides that everything else works perfectly.--Epsilonsama 03:44, 31 October 2008 (UTC)
REM line makes it not work version 1.2??
This did NOTHING at all until I removed REM and everything after it in that line (I thought you had to have REM on a separate line anyway!?) --Qda 19:16, 30 October 2008 (UTC)
- ok i admit, i put that REM in middle of the line at 4:30 in the morning while on a backtrack3 live cd. so i didn't test the final .bat file. sorry :( yossi 20:09, 30 October 2008 (UTC)
- fixed now yossi 20:18, 30 October 2008 (UTC)
- fast response! anyway, sorry I just realized that I came off pretty crude above - thanks for looking into it, and thanks for making the converter!!--Qda 23:31, 30 October 2008 (UTC)