I use GUI's function of ccs3.3to5.5 converter to convert TI'ucd3138 lab “hello world” successful,but when I compile this example on ccs 5.5,it give me 7 warning,The following:
1、
[W0000] Section .text:retain already has interrupts.asm /UCD3138_Lab_01/Debug line 222 C/C++ Problem
2、
#10366-D automatic library build: using library UCD3138_Lab_01 C/C++ Problem
3、
#1311-D nonstandard conversion between pointer to function and pointer to data interrupts.c /UCD3138_Lab_01 line 128 C/C++ Problem
4、
#1311-D nonstandard conversion between pointer to function and pointer to data interrupts.c /UCD3138_Lab_01 line 151 C/C++ Problem
5、
#225-D</a> function "strcpy" declared
6、
This project is currently in 'manual' Parser Preprocessing mode - no dependency graph is automatically generated. This mode should only be temporarily used to generate various pre-processor listing files. Please switch the Parser Preprocessing mode back to 'automatic' for you regular builds.
7、
This project was created using a version of compiler that is not currently installed: 4.9.1 [ARM]. Another version of the compiler will be used during build: 5.1.1. Please install the compiler of the required version, or migrate the project to one of the available compiler versions by adjusting project properties.
Are these important?How do I solve it ?