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.
您好:
最近我在使用ti_bios里面的HELLOWORD 例程,在创建完成之后,编译出现如下故障,不知道如何解决,使用的是TI的AM437X学习板,望解答,万分感谢
故障为:
makefile:139: recipe for target 'hello1.out' failed
c:/ti/gcc_arm_none_eabi_9_2_1/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot find C:\ti\workspace_v12\hello1\Debug\configPkg\package\cfg\hello_pa9fg.oa9fg
collect2.exe: error: ld returned 1 exit status
gmake[1]: *** [hello1.out] Error 1
gmake: *** [all] Error 2
makefile:135: recipe for target 'all' failed
ccs->windows->preference->product中所有的sdk的部件都安装了吗?并且需要重启生效才行。
用的什么版本的SDK?我这边也试一下。
您好,这个程序编译我已经编译过去了啊,可以下载,现在有个不明白的地方,就是针对程序里面打印hello word ,这个,通过调用什么软件可以看到打印的结果啊,现在我像您咨询下那个程序执行 System_printf("hello world\n");
红色框这个程序,需要调用XDC吗?这块我不是很了解,谢谢解答,
在.cfg文件中添加:
var System = xdc.useModule('xdc.runtime.System');
var SysStd = xdc.useModule('xdc.runtime.SysStd');
System.SupportProxy = SysStd;
试试看。