>I do not use CHDK shell, but if the PRIMARY_ROOT is not set and there is not a primary.bin present, then >stubs_entry.S will not be regenerated.
yes thats true it is not regenerate, but something create a primary.bin file with size of 0, open some files, and forget to close them, so next make fail.
maybe thats a chdk shell problem only ?
>Configuring GCC is a bit of a black art, even on non-windows platforms. If it takes you, say, 8 hours to >figure out how to cut your two minute compile times in half, that's a lot of compiles you have to do to >make it up.
yes thats the logical theory.
But i dislike to sit and wait 1 minute watch that the computer finish.this make no fun, and i like do in my free time other things that do more fun.because when i test some code, i want see soon the results
also when get the gcc 3 working on win 7, this help all of you to compiling time in next years.
win 7 64 is the last windows i think which do lots changes in compare to previous win versions
so i can be sure GCC 3 work in next 10 years.
@whim
thanks for the link, can you please tell how i can remove the gcc 3 disable in chdk shell ?.
maybe GCC 3 can work.
I know a little about GCC compile and when the -v command work, then gcc should normaly work.
here is the output i get when i start gcc from shell
C:\Users\pc>E:\chdk\gcc\bin\gcc.exe -v
Reading specs from E:/chdk/gcc/bin/../lib/gcc/mingw32/3.4.5/specs
Configured with: ../gcc-3.4.5-20060117-3/configure --with-gcc --with-gnu-ld --wi
th-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw --enable-threads --dis
able-nls --enable-languages=c,c++,f77,ada,objc,java --disable-win32-registry --d
isable-shared --enable-sjlj-exceptions --enable-libgcj --disable-java-awt --with
out-x --enable-java-gc=boehm --disable-libgcj-debug --enable-interpreter --enabl
e-hash-synchronization --enable-libstdcxx-debug
Thread model: win32
gcc version 3.4.5 (mingw-vista special r3)
C:\Users\pc>