Xilinx SDK下载时出现的几个问题总结

Several Problems in the Xilinx SDK project

  1. arm-xilinx-eabi-gcc is not recognized as an internal or external command

    check the directory: I:\Xilinx\14.4\ISE_DS\EDK\gnu

    it should have 3 file folder:

    1. arm
    2. microblaze
    3. powerpc-eabi

    Once you can NOT find the arm folder exiting, copy the file from a normal running pc platform, and refer to

http://www.xilinx.com/support/answers/53955.html

after this, the error disappears.

If it says cannot find –lxil

Just Clean project and build project once again.

  1. Ld.exe can not find –lxil

    Just Clean project and build project once again.

  2. Error while running ps7_init method

    Be careful the ps7_init.tcl file.

    Right click on the project, run as>run configuration>Device Initialition,verify the Path to initiliation TCL file path is correct.

Refer to:

http://zedboard.org/content/unexpected-error-while-launching-program-error-while-running-ps7init-method

http://forums.xilinx.com/t5/Embedded-Development-Tools/No-joy-doing-JTAG-debugging-on-ZC702-in-SDK/td-p/246076

  1. Unable to connect to ps7_cortexa9

    Ensure the 2 point:

    1. connect the prog cable to pc
    2. Power on the zedboard
posted @ 2013-06-05 22:40  dragen1860  阅读(4127)  评论(0编辑  收藏  举报