Hello!
I am having problems compiling. The compiler reports:
INTERNAL ERROR: C:/Program Files/Texas Instruments/ccsv4/tools/compiler/msp430/bin/cl430 experienced a segmentation fault while
processing
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.
The thing is, that it is not consistent. If I do a "build all", it is almost guaranteed that I will experience at least one file that will not compile. If I then "build", 50% chance the same file will then compile fine. It often takes 3 -4 attempts to build a project before all of the files will compile and then link. I do not seem to be experiencing the linker failing.
I do not have problems compiling the same files on another (much much slower) computer that runs windows XP, 32 bit.
This is tiresome, and it makes me distrust consistency of the compiler.
My setup:
CCS Version: 4.2.0.10017
Compiler:
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/msp430/bin/cl430"
MSP430 Evaluation C/C++ Compiler v3.3.0
Compiling for MSP430F2132.
Typical command line as shown in CCSv4:
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/msp430/bin/cl430" -vmsp -g -O2 --opt_for_speed=0 --cpp_default --gcc --static_template_instantiation --define=DEBUG=ON --include_path="C:/Program Files/Texas Instruments/ccsv4/msp430/include" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/msp430/include" --verbose_diagnostics --diag_warning=225 --display_error_number --diag_suppress=238 --issue_remarks --code_model=small --data_model=small --small_enum --plain_char=signed --optimize_with_debug --single_inline --remove_hooks_when_inlining --std_lib_func_not_defined --preproc_with_compile --preproc_dependency="SMBSmaster.pp" "../SMBSmaster.c"
Computer:
Windows 7 Professional
AMD Phenom II X4 955 3.2Ghz
4.00GB memory
64-bit operating system
Any suggestions? Do you need more information?
Thanks a bunch!
Mike