请问DS-5下如何创建一个简单的HelloWorld工程,并进行Debug? 工程中需要添加哪些文件,Debug Configuration中需要设置哪些东西?
Although DS-5 shows that error: ERROR(TAB180), the FVP model will still be able to handle semihosting instead as far as I can tell:
You can ignore this error message by telling DS-5 Debugger not to enable semihosting using a .ds script and: set semihosting enabled off
set semihosting enabled off
Thank you for your help!
Yes, you are right. I has found the mistake that I select the error target (VE-AEMv8×4).So,if we want to Debug our own project successfully,we need to do:1)select the true target:VE-AEMv8×1; 2) modify the "RO base address" in ARM Linker->Image LayOut;
I hope I can get help from you later!
Best wishes! Thank you again!
你好 我想用scanf语句,建一个简单的输入的加法程序 ,但是好像不起作用,我该怎么办?