I'm having message Executable_1.hzx does not exist
I am using a old version of crossworks (3.0.0.2015042803.24317) to be able to connect to MSP420G2231 microcontroler.
All time that I try to compile my code the compiller do no show none error or warning but do no generate the executable to be downloaded to my FET.
When I try to download to FET it say that Executable_1.hzx does not exist.
I am using one simple first exemple hello word.
-
The problem is that v3.2 is changing the Building > Parallel Building Threads environment option from it's v3.0 default value of 6 to 0 (0 means detect the number of threads in v3.2 but has the effect making the build doing nothing on v3.0).
Changing the Building > Parallel Building Threads environment option back to it's default value of 6 in v3.0 fixes the problem.
Please sign in to leave a comment.
Comments
3 comments