Part Number: CCSTUDIO
Other Parts Discussed in Thread: MSP430F5335
Tool/software: Code Composer Studio
Installed Code Composer Studio 7.1 on Windows 10 Enterprise edition. When I tried to compile my project, I get this error
Below is the text
<Linking>
warning #10366-D: automatic library build: using library "C:\ti\ccsv7\tools\compiler\ti-cgt-msp430_16.9.1.LTS\lib\rts430x_lc_ld_eabi.lib" for the first time, so it must be built. This may take a few minutes.
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/e_atanh.obj] Error -1073741502
Makefile:1024: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/e_atanh.obj' failed
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_fdim.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_fdim.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_exp2f.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_exp2f.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/e_lgammaf_r.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/e_lgammaf_r.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_floorf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_floorf.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_expm1f.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_expm1f.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_fmaf.obj' failed
2 [main] ? (14356) c:\ti\ccsv7\utils\cygwin\sh.exe: *** fatal error - cygheap base mismatch detected - 0xB688E0/0x611688E0.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_fmaf.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_logbf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_logbf.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llrint.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llrint.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_erff.obj' failed
1 [main] ? (13320) c:\ti\ccsv7\utils\cygwin\sh.exe: *** fatal error - cygheap base mismatch detected - 0xB688E0/0x611688E0.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_erff.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_frexpf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_frexpf.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_ilogbf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_ilogbf.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llrintl.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llrintl.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llroundf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llroundf.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llroundl.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llroundl.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_fabsf.obj' failed
1 [main] ? (13824) c:\ti\ccsv7\utils\cygwin\sh.exe: *** fatal error - cygheap base mismatch detected - 0xB688E0/0x611688E0.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
18 [main] sh 8900 fork: child -1 - died waiting for longjmp before initialization, retry -1, exit code 0xC0000142, errno 11
Cannot fork: Resource temporarily unavailable
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_fabsf.obj] Error 2
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lrint.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lrint.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llround.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llround.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lroundf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lroundf.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lround.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lround.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lroundl.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lroundl.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_modff.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_modff.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lrintf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lrintf.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lrintl.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_lrintl.obj] Error -1073741502
Makefile:1040: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llrintf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/s_llrintf.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/_printfi_nf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/_printfi_nf.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/atoi.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/atoi.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/atexit.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/atexit.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/_scanfi.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/_scanfi.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/atof.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/atof.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/bcmp.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/bcmp.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/bcopy.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/bcopy.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/bsearch.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/bsearch.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/atol.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/atol.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/bzero.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/bzero.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/clearerr.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/clearerr.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ctime_.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ctime_.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ctime64.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ctime64.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/_scanfi_nf.obj' failed
1145 [main] ? (16652) c:\ti\ccsv7\utils\cygwin\sh.exe: *** fatal error - cygheap base mismatch detected - 0xD188E0/0x611688E0.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution. Rebooting is also suggested if you
are unable to find another cygwin DLL.
1 [main] sh 9940 fork: child -1 - died waiting for longjmp before initialization, retry -1, exit code 0xC0000142, errno 11
Cannot fork: Resource temporarily unavailable
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/_scanfi_nf.obj] Error 2
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ctype.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ctype.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/clock.obj' failed
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/atoll.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/clock.obj] Error -1073741502
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/atoll.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/feof.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/feof.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ferror.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ferror.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/defs.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/defs.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/difftime.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/difftime.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/difftime64.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/difftime64.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fclose.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fclose.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fflush.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fflush.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fgetpos.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fgetpos.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fgetc.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fgetc.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ffs.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ffs.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/_printfi.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/_printfi.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fprintf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fprintf.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fputs.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fputs.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fgets.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fgets.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fputc.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fputc.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fscanf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fscanf.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ftell.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ftell.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fread.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fread.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fopen.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fopen.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/gmtime.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/gmtime.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fwrite.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fwrite.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/index.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/index.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fsetpos.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fsetpos.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fseek.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/fseek.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/gmtime64.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/gmtime64.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/iscntrl.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/iscntrl.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isdigit.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isdigit.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/getenv.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/getenv.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isalnum.obj' failed
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isascii.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isalnum.obj] Error -1073741502
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isascii.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isprint.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isprint.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ispunct.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ispunct.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isspace.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isspace.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isupper.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isupper.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isalpha.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isalpha.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isgraph.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isgraph.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/localtim64.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/localtim64.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ltoa.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/ltoa.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/islower.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/islower.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isxdigit.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/isxdigit.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memccpy.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memccpy.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/localtim.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/localtim.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memmov.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memmov.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memchr.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memchr.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memcpy.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memcpy.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/perror.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/perror.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memset.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memset.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/multibyte.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/multibyte.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/lowlev.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/lowlev.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/rand.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/rand.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/mktime64.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/mktime64.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/remove.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/remove.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/mktime.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/mktime.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/qsort.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/qsort.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/printf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/printf.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/rewind.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/rewind.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/rindex.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/rindex.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/sinit.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/sinit.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memcmp.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/memcmp.obj] Error 66
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/setbuf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/setbuf.obj] Error -1073741502
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/sprintf.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/sprintf.obj' failed
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/setvbuf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/setvbuf.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/snprintf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/snprintf.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcat.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcat.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcmp.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcmp.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcoll.obj' failed
/cygdrive/c/ti/ccsv7/utils/cygwin/cp: cannot open `c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcoll.pp' for reading: Invalid argument
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcoll.obj] Error 1
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strchr.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strchr.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/sscanf.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/sscanf.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcspn.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcspn.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strdup.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strdup.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcpy.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcpy.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/setlocale.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/setlocale.obj] Error -1073741502
Makefile:1129: recipe for target 'c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcasecmp.obj' failed
gmake.exe[1]: *** [c:/users/timofe~1/appdata/local/temp/tieae2~1/obj/strcasecmp.obj] Error -1073741502
>> Compilation failure
makefile:229: recipe for target 'hw_1_5.out' failed
gmake.exe[1]: Target 'library' not remade because of errors.
>> ERROR: mklib: gmake error during rts430x_lc_ld_eabi.lib build
warning #10207-D: automatic RTS selection: resolving index library "libc.a" to "rts430x_lc_ld_eabi.lib", but "rts430x_lc_ld_eabi.lib" was not found
"../lnk_msp430f5335.cmd", line 211: warning #10374-D: Interrupt vector "PORT4" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 218: warning #10374-D: Interrupt vector "PORT2" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 219: warning #10374-D: Interrupt vector "USCI_B1" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 221: warning #10374-D: Interrupt vector "PORT1" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 222: warning #10374-D: Interrupt vector "TIMER1_A1" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 223: warning #10374-D: Interrupt vector "TIMER1_A0" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 225: warning #10374-D: Interrupt vector "LDO_PWR" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 226: warning #10374-D: Interrupt vector "TIMER0_A1" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 227: warning #10374-D: Interrupt vector "TIMER0_A0" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 229: warning #10374-D: Interrupt vector "USCI_B0" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 231: warning #10374-D: Interrupt vector "WDT" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 234: warning #10374-D: Interrupt vector "COMP_B" does not have an interrupt handler routine.
"../lnk_msp430f5335.cmd", line 235: warning #10374-D: Interrupt vector "UNMI" does not have an interrupt handler routine.
warning #10062-D: entry-point symbol "_c_int00" undefined
undefined first referenced
symbol in file
--------- ----------------
CRC_setSeed ./coap_resources/system_dir.obj
FlashCtl_eraseSegment ./coap_resources/system_dir.obj
FlashCtl_lockInfoA ./src/fw_flash.obj
FlashCtl_unlockInfoA ./src/fw_flash.obj
FlashCtl_write16 ./coap_resources/system_dir.obj
FlashCtl_write32 ./coap_resources/system_dir.obj
FlashCtl_write8 ./coap_resources/system_dir.obj
PMM_setVCore ./src/init.obj
UCS_initFLLSettle ./src/init.obj
USCI_A_UART_clearInterrupt ./src/init.obj
USCI_A_UART_disable ./src/init.obj
USCI_A_UART_disableInterrupt ./src/init.obj
USCI_A_UART_enable ./src/init.obj
USCI_A_UART_enableInterrupt ./src/init.obj
USCI_A_UART_init ./src/init.obj
WDT_A_hold ./src/hw_abstraction.obj
WDT_A_initWatchdogTimer ./src/hw_abstraction.obj
WDT_A_resetTimer ./src/hw_abstraction.obj
WDT_A_start ./src/hw_abstraction.obj
Virtual function table for __cxxabiv1::__class_type_info ./coap_resources/root_dir.obj
Virtual function table for __cxxabiv1::__si_class_type_info ./coap_resources/root_dir.obj
Virtual function table for __cxxabiv1::__vmi_class_type_info ./coap_resources/system.obj
operator delete[] (void *) ./src/fw_flash.obj
operator delete (void *) ./coap_resources/system.obj
operator new[] (unsigned long) ./miwt_os/coap/coap_options.obj
operator new (unsigned long) ./hg_os/coap/coap_server.obj
__TI_decompress_lzss
__TI_decompress_none
__TI_int37
__TI_int44
__TI_int45
__TI_int47
__TI_int48
__TI_int49
__TI_int51
__TI_int52
__TI_int53
__TI_int55
__TI_int57
__TI_int60
__TI_int61
__TI_zero_init
__cxa_atexit ./coap_resources/system.obj
__cxa_guard_acquire ./coap_resources/system.obj
__cxa_guard_release ./coap_resources/system.obj
__cxa_pure_virtual ./coap_resources/system.obj
__cxa_vec_ctor ./hg_os/sensor/sensor_sm.obj
__dso_handle ./coap_resources/system.obj
__mspabi_divi ./miwt_os/dispatcher/common.obj
__mspabi_divli ./src/main.obj
__mspabi_divu ./miwt_os/dispatcher/common.obj
__mspabi_divul ./hg_os/sensor/sensor_sm.obj
__mspabi_mpyi ./miwt_os/cell_modem/modem_sm.obj
__mspabi_mpyl ./coap_resources/root_dir.obj
__mspabi_mpyul ./hg_os/modem/modem.obj
__mspabi_remi ./miwt_os/dispatcher/common.obj
__mspabi_remu ./miwt_os/dispatcher/common.obj
__mspabi_remul ./hg_os/sensor/sensor_sm.obj
__mspabi_slll ./hg_os/sensor/sensor_sm.obj
__mspabi_slll_12 ./miwt_os/dispatcher/state_machine.obj
__mspabi_slll_8 ./coap_resources/system_dir.obj
__mspabi_srll_10 ./hg_os/modem/modem.obj
__mspabi_srll_12 ./hg_os/sensor/sensor_sm.obj
__mspabi_srll_4 ./miwt_os/coap/coap_pdu.obj
__mspabi_srll_8 ./coap_resources/system_dir.obj
localtime ./coap_resources/ps/ps.obj
memcmp ./coap_resources/system_dir.obj
memcpy ./coap_resources/system_dir.obj
mktime ./miwt_os/cell_modem/modem_sm.obj
strlen ./coap_resources/system_dir.obj
error #10234-D: unresolved symbols remain
warning #10202-D: no suitable entry-point found; setting to 0
error #10010: errors encountered during linking; "hw_1_5.out" not built
gmake: *** [hw_1_5.out] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****