Hi waterwingz,
I compiled now using
gmake PLATFORM=s110 PLATFORMSUB=103a firzipsubcomplete
and copied all content of the full-zip to my SD card and - it works now! Thanks a lot!
I also modified the source code and did some changes on the splash screen to show 'Hello world' and the I compiled using:
gmake PLATFORM=s110 PLATFORMSUB=103a fir
to create only the diskboot.bin. I transferred the diskboot.bin (only) to SD card and - it also works. It seems I am ready for development now - great!
This will also mean one can use Eclipse (only) to edit and compile CHDK which I think is a good alternative to CHDK-Shell.
But I have three more questions:
1.
The compilation stops in between with following message:
...
...
>> Entering to platform/s110/sub/103a
boot.c -> boot.o
stubs_min.S -> stubs_min.o
stubs_auto.S -> stubs_auto.o
-> stubs_entry.S
CAUTION! 'stubs_entry.S' is not updated due to target firmware binary not found!
0 [main] comm 8516 open_stackdumpfile: Dumping stack trace to comm.exe.stackdump
Then an small window comes up saying:
comm.exe does not work anymore
If I hit the 'Close' button the compilation continues until all files were created.
What does this caution mean?
2.
If I download the original stable CHDK there is also a file called PS.FI2.
In the two zip-files the compiler created this file does not exists - what is this file for - do I need it? If yes - how I will get it?
3.
I want to know what is the difference between the 'normal' zip and the full zip which is generated
Thanks a lot!