Hi,
I got some troubles using the msp430f2002 target board (with the usb programming interface).
everything worked perfecly until i had do a operation with 2 variables, for exemple
var3=var1-var2; ( or * / + ..)
Since i've written this into my code, there were some error in debugging the project :
placement fails ogt object ".text"
linking failed. Check the console window for details
error encountered during linking "project.out" not built
The console error displays the follwing messages :
c:\ program \.....\CC essantials v3.1\utils\gmake\gmaker : *** [project.out] Error 1
c:\ program \.....\CC essantials v3.1\utils\gmake\gmaker :
target 'all' not remade becaus of errors
This probleme is only when i try this kind of operations... any idea of the problem?
Thanks for your help
Nicolas