Hello everybody,
I created the compiling environment on my WindowsXP PC like described under
http://chdk.wikia.com/wiki/Compiling_CHDK_under_Windows#The_environmentThen I tried my first compilation using gmake fir and it finally comes up with a DISKBOOT.BIN.
This makes me believe the environment is setup well and is working.
Then I tried to compile for my IXUS 860 (gmake PLATFORM=ixus860_sd870 PLATFORMSUB=100c)
but during compilation I get following error:
...
gui.c -> gui.o
-> main.elf
conf.o: In function `conf_change_alt_mode_button':
conf.c:(.text+0x1fe): undefined reference to `kbd_set_alt_mode_key_mask'
collect2: ld returned 1 exit status
D:\CHDK\GCC\BIN\gmake[1]: *** [main.elf] Error 1
gmake: *** [all-recursive] Error 1
What can I do now to get a working DISKBOOT.BIN for my IXUS 860?