01-09-2015 06:44 AM
01-09-2015 03:18 PM
01-09-2015 03:18 PM
01-11-2015 10:04 AM
Hi @muzaffer , thanks for your reply. I am using Xilinx SDK 2013.3 and vivado 2013.3. But on checking C:/Xilinx/SDK/2013.3, there are no arm compilers checking all the sub folders. However, 2014.4 SDK did have arm compiler. But I need to use 2013.3 SDK as the XAPP1167 was designed using Xilinx SDK 2013.3 and vivado 2013.3.
Please help.
01-11-2015 12:38 PM
01-13-2015 05:07 PM
Thanks. I changed the bat file and added the path you gave in bat file. It ran without any problems. Thanks @muzaffer.
03-22-2015 01:06 PM
Hi milan_mian, @muzaffer,
Could you please share the solution on that certain issue?
I am also using 2013.3 tools and get "arm-linux-gnueabi-g++: command not found"
and my attempt to "make" XAPP1167 fails.
Thanks a lot
Chris
03-23-2015 02:16 AM
Hi Chris. What i did was added following command to bat file.
PATH=%PATH%;C:\Xilinx\SDK\2013.3\bin\nt64
PATH=%PATH%;C:\Xilinx\SDK\2013.3\gnu\arm\nt\bin
Thanks
03-26-2015 03:31 AM
Thanks a lot for your response.