I downloaded the CFG source code (r304 @ http://code.google.com/p/cfg-loader/ ).
I changed the CFG main splash screen (as in data\intro4.jpg) and when tried to compile the project using devkitPro I received some errors (see below):
I would like to know if any of the developers can help me on getting the DOL (and ELF) compiled.
Please find below the complete Programmer's Notepad output.
I changed the CFG main splash screen (as in data\intro4.jpg) and when tried to compile the project using devkitPro I received some errors (see below):
Code:
mload.c
c:/devkitPro/cfg-loader.googlecode.com.r304/source/mload.c: In function 'mload_init':
c:/devkitPro/cfg-loader.googlecode.com.r304/source/mload.c:67:4: warning: implicit declaration of function 'iosDestroyHeap'
...
...
linking ... cfg69d.elf
mload.o: In function `mload_init':
mload.c:(.text.mload_init+0xf8): undefined reference to `iosDestroyHeap'
mload.o: In function `mload_close':
mload.c:(.text.mload_close+0x28): undefined reference to `iosDestroyHeap'
collect2: ld returned 1 exit status
make[1]: *** [/c/devkitPro/cfg-loader.googlecode.com.r304/cfg69d.elf] Error 1
"make": *** [build] Error 2
I would like to know if any of the developers can help me on getting the DOL (and ELF) compiled.
Please find below the complete Programmer's Notepad output.
Code:
> "make"
Building cfg69d -DVERSION=69d -DDEVKITPPCVER=22 -DCCOPT="-Os"
libOGC Release 1.8.6
button.png
intro4.jpg
window.png
GRRLIB.c
apploader.c
banner.c
cache.c
cfg.c
cfgutil.c
cheats.c
confont512.c
console.c
coverflow.c
debug.c
disc.c
dns.c
dol.c
dolmenu.c
dvd_broadway.c
fat.c
frag.c
fst.c
gcmodplay.c
gettext.c
grid.c
gui.c
guimenu.c
http.c
mem.c
memcheck.c
menu.c
mload.c
c:/devkitPro/cfg-loader.googlecode.com.r304/source/mload.c: In function 'mload_init':
c:/devkitPro/cfg-loader.googlecode.com.r304/source/mload.c:67:4: warning: implicit declaration of function 'iosDestroyHeap'
mload_modules.c
mp3player.c
multidol.c
music.c
net.c
partition.c
patchcode.c
playlog.c
restart.c
sdhc.c
sha1.c
sort.c
splits.c
strutil.c
subsystem.c
sys.c
unicmap.c
update.c
usb-loader.c
usbstorage.c
util.c
utils.c
video.c
wbfs.c
wbfs_fat.c
wdvd.c
wgui.c
wiip.c
wpad.c
xml.c
pngu.c
c:/devkitPro/cfg-loader.googlecode.com.r304/source/pngu/pngu.c: In function 'user_error':
c:/devkitPro/cfg-loader.googlecode.com.r304/source/pngu/pngu.c:1046:2: warning: 'jmpbuf' is deprecated (declared at c:/devkitPro/cfg-loader.googlecode.com.r304/lib/png/include/png.h:1098)
pngu_grrlib.c
libwbfs.c
rijndael.c
wiidisc.c
ioapi.c
miniunz.c
mztools.c
unzip.c
patchhook.S
stub.S
linking ... cfg69d.elf
mload.o: In function `mload_init':
mload.c:(.text.mload_init+0xf8): undefined reference to `iosDestroyHeap'
mload.o: In function `mload_close':
mload.c:(.text.mload_close+0x28): undefined reference to `iosDestroyHeap'
collect2: ld returned 1 exit status
make[1]: *** [/c/devkitPro/cfg-loader.googlecode.com.r304/cfg69d.elf] Error 1
"make": *** [build] Error 2
> Process Exit Code: 2
> Time Taken: 01:53










