Hi, there?
I am using CCSv4.2.3.004. Whenever I tried to build current active project, I got a error message(below). I also have installed MS Visual studio 2010 in my computer.
Whenever I got error message, MS Viauls C++ Debug Library error( Debug Assertion Filed! in isctype.c (line 56)) dialog came out.
I am very frustrated with this problem.......
**** Build of configuration Debug for project CompileTest ****
D:\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building file: ../Main.c'
'Invoking: Compiler'
"D:/Texas Instruments/ccsv4/tools/compiler/msp430/bin/cl430" -vmsp -g --define=__MSP430F247__ --include_path="D:/Texas Instruments/ccsv4/msp430/include" --include_path="D:/Texas Instruments/ccsv4/tools/compiler/msp430/include" --diag_warning=225 --printf_support=minimal --preproc_with_compile --preproc_dependency="Main.pp" "../Main.c"
INTERNAL ERROR: D:/Texas Instruments/ccsv4/tools/compiler/msp430/bin/cl430 aborted while
processing file ../Main.c
This is a serious problem. Please contact Customer
Support with this message and a copy of the input file
and help us to continue to make the tools more robust.
gmake: *** [Main.obj] Error 2
gmake: Target `all' not remade because of errors.
Build complete for project CompileTest