主题中讨论的其它部件:TM4C1294NCPDT
工具/软件:TI C/C++编译器
大家好,我正在尝试编译一些代码,但收到了有关目标文件中的非法源/输入字符的警告/错误。 我在网上找不到这可能是什么原因造成的,
是否有人对我需要更改哪些内容才能进行编译有任何建议?
我在下面列出了构建输出。
****为项目Test2生成配置调试****
"C:\\ti\\ccsv7\\utils\\bin\\gmake "-k -j 8 all -o
'生成文件:../TestFunction_ERT_RTW/TestFunction.c'
'调用:ARM编译器'
c:/ti/Ccsv7/tools/compiler/ti-CGT-arm_CCTs.0.LTS/bin/armcl" 16.9 -mv7M4 --code_state=16 --fpv4SPD16 -me --include_path="C:/ti/csc/csccsc/compiler/comput/ti-ctx-ctx-from_stw_fund_fund_cruel_crue_c=futiv_cruel_cruel_crtw-fut_c=fund_cruel_c=fund_crtfut_c=fund_cruel_crue_c=-fund_cruel_fund_cruel_crtw_c=-fund_c=fund_crefusc_c=-fund_c_diag_crefus_c_diag_c_c_crefus_c=-fund_c_diag_cret_c_c_crefus_c=-fund_crefus_cscrtw 16.9 2.1 3.156
'完工建筑:../TestFunction_ERT_RTW/TestFunction.c'
''
'构建文件:../TestFunction_ERT_RTW/ERT_MAIN.c'
'调用:ARM编译器'
c:/ti/ccsv7/tools/compiler/ti-CGT-arm_CCX.0.LTS/bin/armcl" 16.9 -mv7M4 --code_state=16 --fav_support=FPv4SPD16 -me --include_path="C:/ti/csc/cctx/compiler/ti-ctx_stw_fund_proc_from_c=fund_cruel_mut_c_cru_c=-from_c_crtw-from_c=from_c_c=from_c_c_diag_c_diag_c_c_diag_cret_from_c=from_c=from_cret_cret_c=from_c_diag_c=from_c_diag_c_die_c_diec_c_c_diecut_cret_c_c_c_c=from_cret_c_diecut_c_c_c=-from_crefus_c=from_c 16.9 2.1 3.156
'完工建筑:../TestFunction_ERT_RTW/ERT_MAIN.c'
''
'正在构建目标:test2.out '
'调用:ARM链接器'
c:\ti/ccsv7/tools/compiler/ti-CGT-arm_LTS.0.ls/bin/armcl" 16.9 -mv7m4 --code_state=16 --float_support=FPv4SPD16 -me --define=csdcs="cc"--define=target_is_tm4c12_ra0 --diag_lip_heap -rema_gu_tools=-clip_clip_clip_-f_-f_--frob_link_clip_link_clip_clip_---f_clip_clip_clip_--f_clip_gu_-f_---f_clip=ccurb=d=ccp_clip_clip_--f_--f_clip_clip_-f_--f_clip_link_link_clip_--d=d=ccp_clip_----cab_clip_---cab_---cabi_reb=d=dip_- 16.9 16.9 2.1 3.156
链接>
"../TestFunction_ERT_RTW/TestFunction.obj",第1行:警告#1.9034万-D:非法源字符:0x86
"../TestFunction_ERT_RTW/TestFunction.obj",第1行:警告#1.9034万-D:非法源字符:0x03
"../TestFunction_ERT_RTW/TestFunction.obj",第1行:错误#1.0045万-D:非法输入字符:0xffffff86
"../TestFunction_ERT_RTW/gpiotest.obj",第1行:警告#1.9034万-D:非法源字符:0x86
"../TestFunction_ERT_RTW/gpiotest.obj",第1行:警告#1.9034万-D:非法源字符:0x03
"../TestFunction_ERT_RTW/gpiotest.obj",第1行:错误#1.0045万-D:非法输入字符:0xffffff86
错误#1.001万:链接期间遇到错误;未生成"Test2.out
>>编译失败
Makefile:149:目标'Test2.out '的配方失败
gmake [1]:***[Test2.Out (测试2.out)错误1
Makefile:145:目标'All'的配方失败
gmake:***[All]错误2
****构建已完成****