OK, i plead guilty, this is a thinly disguised / modified double post:
http://chdk.setepontos.com/index.php/topic,2500.msg25791.html#msg25791 but since i got no reaction, here goes:
while working on GCC 4.3.2 support for CHDK-Shell i played a bit with the Makefile infoline, and i think it might be usefull to include this in trunk in the future (suggested addition in
bold)
# at lines 55/56 in Makefile @ trunk 688
infoline:
@echo "**** GCC $(GCC_VERSION) : BUILDING CHDK-$(VER), #$(BUILD_NUMBER) FOR $(PLATFORM)-$(PLATFORMSUB)"
... no rocket science, but should show the compiler version used on screen and in log files,
this is usefull if you use more than one devkit
wim
PS In fact don't need this anymore for CHDK-Shell - i'm using 'echo [%TIME%][%DATE%] > file, followed by
'arm-elf-gcc -v 2>> file' to stamp my log & dump files with both time and full compiler info - but i still feel that
it could be useful for others - and IMHO a compiler log worthy of it's name should contain this info ...
PS2: I also still feel the thread quoted above should be moved to a better suited board ... i always have to
look for it in my own posts