I'm required to state the compiler name and version in our company source code. I've just upgraded to CW 10 and I'm having a hard time finding this. Though during builds, I can see that Freescale migrated to GCC.
In the Help > About, I see a bunch of credits, but not specifically for the compiler. The closest I can find is:
CodeWarrior HCS08 Debugger 10.1.0.FSL_b5490
Anyone else see the compiler?
Solved! Go to Solution.
Hello
Compiler version is not available in the About box.
In order to retrieve the compiler version number:
- Open an Explorer window
- Browse to {Install}\MCU\prog
- Double click on chc08.exe
- In the HC08 Compiler window select help > About and you should see the compiler version number.
CrasyCat
Hello
Compiler version is not available in the About box.
In order to retrieve the compiler version number:
- Open an Explorer window
- Browse to {Install}\MCU\prog
- Double click on chc08.exe
- In the HC08 Compiler window select help > About and you should see the compiler version number.
CrasyCat
Perfect, thanks! I never would have found that.