I'm compiling for all cameras with the latest version without any changes by myself and getting this in the error.txt file:
The command line finishes with ">>Entering to platform/ixus65_sd630/sub/100a"
stubs_entry_2.S:35:37: warning: no newline at end of file
movie_rec.c:340:2: warning: no newline at end of file
boot.c: In function `ttyRead':
boot.c:167: warning: implicit declaration of function `mytty_putc'
boot.c: At top level:
boot.c:201: error: conflicting types for 'mytty_putc'
boot.c:167: error: previous implicit declaration of 'mytty_putc' was here
boot.c: In function `replaceConsoleDriver':
boot.c:247: warning: passing arg 1 of `_iosDrvInstall' makes pointer from integer without a cast
boot.c:247: warning: passing arg 2 of `_iosDrvInstall' makes pointer from integer without a cast
boot.c:247: warning: passing arg 3 of `_iosDrvInstall' makes pointer from integer without a cast
boot.c:247: warning: passing arg 4 of `_iosDrvInstall' makes pointer from integer without a cast
boot.c:247: warning: passing arg 5 of `_iosDrvInstall' makes pointer from integer without a cast
boot.c:247: warning: passing arg 6 of `_iosDrvInstall' makes pointer from integer without a cast
boot.c:247: warning: passing arg 7 of `_iosDrvInstall' makes pointer from integer without a cast
boot.c: In function `h_ios_tty_Init':
boot.c:266: warning: implicit declaration of function `_iosInit'
C:\Projects\CHDK\gcc_env_for_hdk-3.4.6\bin\gmake[5]: *** [boot.o] Error 1
C:\Projects\CHDK\gcc_env_for_hdk-3.4.6\bin\gmake[4]: *** [all-recursive] Error 1
C:\Projects\CHDK\gcc_env_for_hdk-3.4.6\bin\gmake[3]: *** [all-recursive] Error 1
C:\Projects\CHDK\gcc_env_for_hdk-3.4.6\bin\gmake[2]: *** [all-recursive] Error 1
gmake[1]: *** [all-recursive] Error 1
gmake: *** [batch-zip] Error 2
I think there is something wrong again, like yesterday