I am trying to compile CHDK from source for my camera on Windows XP Pro.
I extract the zip file of the latest CHDK trunk release to a folder, extract the gcc_env_for_hdk-3.4.6.rar file to a folder and add the bin and lib directories within that to my "Path" enviroment variable.
When I run "gmake clean" in the trunk directory I get the error "zsh fork failed". If I re-run "gmake clean" it doesn't come up with an error, so I run "gmake fir" and at the very end of compilation I get the error below.
>> Entering to core
gui.c -> gui.o
-> main.elf
text data bss dec hex filename
254528 11988 32588 299104 49060 main.elf
zsh: permission denied: ../bin/caminfo.txt
C:\CHDK2\gcc\bin\gmake[1]: *** [main.elf] Error 1
gmake: *** [all-recursive] Error 1The thing is, I did all this a few months ago and it all compiled fine but when I try it now it doesn't work all of a sudden. I'd be grateful for any help I can get on this.
Thanks.