This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM62X: CCS compilation of 'hello world' sample program failed

Part Number: PROCESSOR-SDK-AM62X

Tool/software:

I followed the instructions of the "AM62X MCU+SDK" document and installed the CCS tool. After following the instructions in the document, I imported the "hello world" routine for compilation. However, there were a lot of errors during compilation. What is the reason for this?

  • The same software package and operation steps can be installed, compiled, and used normally on a laptop. There are compilation issues on both desktop computers in the company. How can this be solved?

  • Hi,

    Thanks for your query.

    Can you please try re-opening the CCS once?

    Re-open the CCS and re-import the example project and try to re-build the project.

    Regards,

    Tushar

  • Hello
    I have tried reopening the CCS import project and creating a new blank project, but both have compilation issues on the same desktop computer. I suspect that other software installed on my desktop computer conflicts with CCS. Can CCS be used together with software such as E2STUDIO and Keil?

  • Hi,

    Can you please copy the complete error logs coming on the CCS console and share it on the thread?

    I can see you are getting some file encoding error(i.e. UTF-8).

    Regards,

    Tushar

  • Hi,

    I uninstalled the software and reinstalled the computer system. The error message should be an environmental issue. I used the routine in the "mcu_plus_stk_am62x" package, which should not be a code problem. Moreover, compiling the same routine on another laptop is not a problem.

  • Hi,

    I assume you are able to build the example using makefile. You are only facing issue with CCS setup.

    I am routing your query to CCS team for further comments. Please expect reply in one or two business days.

    Regards,

    Tushar

  • Hi,

    I don't know the specific reason, I can only describe the phenomenon:
    1. Install CCS on two desktop computers in the company (both of which are equipped with programming software such as E2STUDIO) using the same software package. Follow the instructions on TI's official website and install all supporting tools. Import the 'hello world' routine and compile it with an error.
    2. Using the same software package and following the same steps, it can be compiled and used normally on another laptop (without any other programming software installed) without any errors.
    3. Format the hard drive of the desktop mentioned in (1), reinstall the computer system (no other software is currently installed), use the same software package, and follow the same steps to compile and use it normally without any errors

  • ? ?

    Can you please copy the complete error logs coming on the CCS console and share it on the thread?

    Please provide the full build output log as requested above. You can copy & paste to a text file and then attach the file to this thread.

    Thanks

    ki

  • 3542.Console.txt

    Description	                                                                 Resource	                                                                          Path	                                                                                               Location	                                                                                                                                                Type
    expected identifier or '('	                                                .ccsproject	                                                         /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang	                               line 1, external location: C:\ti\mcu_plus_sdk_am62x_10_00_00_14\source\kernel\dpl\DebugP.h	C/C++ Problem
    expected identifier or '('	                                                hello_world.c	                                                         /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang	                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		                                                                                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		                                                                                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		                                                                                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		                                                                                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		                                                                                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                main.c	                                                                        /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang	                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                ti_drivers_config.h	                                                        /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg           line 1	                                                                                                                                                C/C++ Problem
    gmake: *** [hello_world.o] Error 1	                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 	                                                                                                                                                                                                                               		C/C++ Problem
    gmake: *** [main.o] Error 1	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 	                      														C/C++ Problem
    gmake: *** [syscfg/ti_board_config.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_board_open_close.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_dpl_config.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_drivers_config.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_drivers_open_close.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_pinmux_config.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_power_clock_config.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: Target 'all' not remade because of errors.	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    recipe for target 'hello_world.o' failed	                                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 37										C/C++ Problem
    recipe for target 'main.o' failed	                                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 37										C/C++ Problem
    recipe for target 'syscfg/ti_board_config.o' failed	                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_board_open_close.o' failed	subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_dpl_config.o' failed	                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_drivers_config.o' failed	                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_drivers_open_close.o' failed	subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_pinmux_config.o' failed	                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_power_clock_config.o' failed	subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    source file is not valid UTF-8	                                                .ccsproject	                		       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang			line 1, external location: C:\ti\mcu_plus_sdk_am62x_10_00_00_14\source\kernel\dpl\DebugP.h	C/C++ Problem
    source file is not valid UTF-8	                                                hello_world.c				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang			line 1										C/C++ Problem
    source file is not valid UTF-8	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				main.c						/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		line 1										C/C++ Problem
    source file is not valid UTF-8				ti_drivers_config.h					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg	line 1										C/C++ Problem
    source file is not valid UTF-8				ti_drivers_config.h					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg	line 2										C/C++ Problem
    too many errors emitted, stopping now [-ferror-limit=]	hello_world.c					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang	 											C/C++ Problem
    too many errors emitted, stopping now [-ferror-limit=]	main.c						/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang	 											C/C++ Problem
    unknown type name 'b'				.ccsproject					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		line 1, external location: C:\ti\mcu_plus_sdk_am62x_10_00_00_14\source\kernel\dpl\DebugP.h	C/C++ Problem
    unknown type name 'b'				hello_world.c					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		line 1										C/C++ Problem
    unknown type name 'b'				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    unknown type name 'b'				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    unknown type name 'b'				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    unknown type name 'b'				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    unknown type name 'b'				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    unknown type name 'b'				main.c						/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		line 1										C/C++ Problem
    unknown type name 'b'				ti_drivers_config.h					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg	line 1										C/C++ Problem
    

  • Description	                                                                 Resource	                                                                          Path	                                                                                               Location	                                                                                                                                                Type
    expected identifier or '('	                                                .ccsproject	                                                         /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang	                               line 1, external location: C:\ti\mcu_plus_sdk_am62x_10_00_00_14\source\kernel\dpl\DebugP.h	C/C++ Problem
    expected identifier or '('	                                                hello_world.c	                                                         /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang	                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		                                                                                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		                                                                                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		                                                                                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		                                                                                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		                                                                                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                main.c	                                                                        /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang	                               line 1	                                                                                                                                                C/C++ Problem
    expected identifier or '('	                                                ti_drivers_config.h	                                                        /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg           line 1	                                                                                                                                                C/C++ Problem
    gmake: *** [hello_world.o] Error 1	                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 	                                                                                                                                                                                                                               		C/C++ Problem
    gmake: *** [main.o] Error 1	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 	                      														C/C++ Problem
    gmake: *** [syscfg/ti_board_config.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_board_open_close.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_dpl_config.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_drivers_config.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_drivers_open_close.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_pinmux_config.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: *** [syscfg/ti_power_clock_config.o] Error 1	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    gmake: Target 'all' not remade because of errors.	                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		 																C/C++ Problem
    recipe for target 'hello_world.o' failed	                                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 37										C/C++ Problem
    recipe for target 'main.o' failed	                                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 37										C/C++ Problem
    recipe for target 'syscfg/ti_board_config.o' failed	                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_board_open_close.o' failed	subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_dpl_config.o' failed	                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_drivers_config.o' failed	                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_drivers_open_close.o' failed	subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_pinmux_config.o' failed	                subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    recipe for target 'syscfg/ti_power_clock_config.o' failed	subdir_rules.mk				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug		line 30										C/C++ Problem
    source file is not valid UTF-8	                                                .ccsproject	                		       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang			line 1, external location: C:\ti\mcu_plus_sdk_am62x_10_00_00_14\source\kernel\dpl\DebugP.h	C/C++ Problem
    source file is not valid UTF-8	                                                hello_world.c				       /hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang			line 1										C/C++ Problem
    source file is not valid UTF-8	                                                hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 2										C/C++ Problem
    source file is not valid UTF-8				main.c						/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		line 1										C/C++ Problem
    source file is not valid UTF-8				ti_drivers_config.h					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg	line 1										C/C++ Problem
    source file is not valid UTF-8				ti_drivers_config.h					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg	line 2										C/C++ Problem
    too many errors emitted, stopping now [-ferror-limit=]	hello_world.c					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang	 											C/C++ Problem
    too many errors emitted, stopping now [-ferror-limit=]	main.c						/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang	 											C/C++ Problem
    unknown type name 'b'				.ccsproject					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		line 1, external location: C:\ti\mcu_plus_sdk_am62x_10_00_00_14\source\kernel\dpl\DebugP.h	C/C++ Problem
    unknown type name 'b'				hello_world.c					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		line 1										C/C++ Problem
    unknown type name 'b'				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    unknown type name 'b'				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    unknown type name 'b'				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    unknown type name 'b'				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    unknown type name 'b'				hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang								line 1										C/C++ Problem
    unknown type name 'b'				main.c						/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang		line 1										C/C++ Problem
    unknown type name 'b'				ti_drivers_config.h					/hello_world_am62x-sk_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg	line 1										C/C++ Problem
    
    6116.Console.txt

  • It is likely that one or more source files do not use the UTF-8 character encoding standard, as documented in this part (the first bullet) of the tiarmclang online manual.  Unfortunately, I don't know how that happened, or the best way to fix it.

    Thanks and regards,

    -George