Version information with own compilation

Asked by jdobry

Hi,

We make own compilation of 4.7 2013q2 from sources. Small problem is that package have "q3" not "q2" on compilation result.

Ex:
installation package have name gcc-arm-none-eabi-4_7-2013q3-20130704-win32.exe
Default instalation directory is "c:\Program Files (x86)\GNU Tools ARM Embedded\4.7 2013q3\"

How to fix it back to "q2"?

Jiri

Question information

Language:
English Edit question
Status:
Solved
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Solved by:
chengbin
Solved:
Last query:
Last reply:
Revision history for this message
Best chengbin (can-finner) said :
#1

Oh, we calculate the quater in build-common.h. Since we are in the third quater now, it uses q3.
You can manually set RELEASEVER to q2 in build-common.h.

Hoping this can help. Thanks.

Revision history for this message
jdobry (jdobry) said :
#2

Thanks chengbin, that solved my question.