Hi,
I really like the features you have in SDM and can report the remote sync works well on the A590IS
thanks for all your work.
I am trying to make a few small changes to support a multi-camera setup.
I cannot get SDM to build the A590IS 101b
$ PATH=/arm-elf/bin:$PATH make fir
>> Entering to tools
<< Leaving tools
>> Entering to lib
>> Entering to lib/font
<< Leaving lib/font
>> Entering to lib/math
<< Leaving lib/math
>> Entering to lib/ubasic
<< Leaving lib/ubasic
>> Entering to lib/lang
<< Leaving lib/lang
<< Leaving lib
>> Entering to platform
>> Entering to platform/a590
>> Entering to platform/a590/sub
>> Entering to platform/a590/sub/101b
boot.c -> boot.o
stubs_min.S -> stubs_min.o
boot.c capt_seq.c movie_rec.c -> stubs_auto.S
stubs_auto.S -> stubs_auto.o
-> stubs_entry.S
CAUTION! 'stubs_entry.S' is not updated due to target firmware binary not found!
stubs_entry.S -> stubs_entry.o
lib.c -> lib.o
stubs_entry_2.S -> stubs_entry_2.o
capt_seq.c -> capt_seq.o
movie_rec.c -> movie_rec.o
boot.o stubs_min.o stubs_auto.o stubs_entry.o lib.o stubs_entry_2.o capt_seq.o m
ovie_rec.o -> libplatformsub.a
<< Leaving platform/a590/sub/101b
<< Leaving platform/a590/sub
main.c -> main.o
lib.c -> lib.o
wrappers.c -> wrappers.o
In file included from wrappers.c:1:
../generic/wrappers.c:339:3: warning: #warning do something with this! - sizeof(
x[]) must be >= sizeof(struct tm)
../generic/wrappers.c:408:3: warning: #warning do something with this! - sizeof(
de[]) must be >= sizeof(struct dirent)
kbd.c -> kbd.o
kbd.c: In function 'wait_until_remote_button_is_released':
kbd.c:154: warning: suggest parentheses around && within ||
shooting.c -> shooting.o
main.o lib.o wrappers.o kbd.o shooting.o -> libplatform.a
<< Leaving platform/a590
<< Leaving platform
>> Entering to core
gui.c -> gui.o
gui.c:438: warning: initialization from incompatible pointer type
-> main.elf
conf.o: In function `conf_change_alt_mode_button':
conf.c:(.text+0xe2): undefined reference to `kbd_set_alt_mode_key_mask'
collect2: ld returned 1 exit status
make[1]: *** [main.elf] Error 1
make: *** [all-recursive] Error 1
my environment is vista 64, cygwyn and gcc 4.3.2
(following
http://chdk.wikia.com/wiki/User:Geekmug/Compiling_CHDK_under_Windows)
CHDK builds and runs, am I missing something?
...
Also having a problem getting a new script to use get_tick_count
@title Test
get_tick_count t
print t
Error:
uBasic:2 Unk stmt