Small problem. I get this error when I try to compile in a new directory I have created for the platform.
========== C:\CHDK\T\TRUNK\TRUNK1210\BIN\LOGS\ERR-IXUS220_300HS-100C.TXT ==========
C:\chdk\t\gcc451\bin\gmake.exe: *** ixus220_300HS: No such file or directory. Stop.
C:\chdk\t\gcc451\bin\gmake.exe[1]: *** [clean-recursive] Error 1
gmake: *** [clean-recursive] Error 1
When I place all of the files in an existing directory I get a different error.
========== C:\CHDK\T\TRUNK\TRUNK1210\BIN\LOGS\ERR-G12-100C.TXT ==========
Time to generate stubs 13.99 seconds
C:\chdk\t\gcc451\bin\gmake.exe[4]: *** [stubs_entry.S] Error 1
C:\chdk\t\gcc451\bin\gmake.exe[3]: *** [all-recursive] Error 1
C:\chdk\t\gcc451\bin\gmake.exe[2]: *** [all-recursive] Error 1
C:\chdk\t\gcc451\bin\gmake.exe[1]: *** [all-recursive] Error 1
gmake: *** [all-recursive] Error 1
If anyone knows what I am doing wrong I would appreciate some help. These errors are not very intuitive.