element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet & Tria Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Avnet Boards General Lab1.1 on SDK 14.5
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Avnet Boards Forums to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 3 replies
  • Subscribers 366 subscribers
  • Views 250 views
  • Users 0 members are here
Related

Lab1.1 on SDK 14.5

Former Member
Former Member over 12 years ago

Hi,

Has anyone tried to build the Zynq FSBL with the latest Xilinx tools (ISE 14.5)?

I've met several problems already and some I was able to work-around. But I am still not able to have it build.

* In PlanAhead I had to regenerate the bitstream and make sure to also load the implementation. Only then was I able to Export Hardware for SDK including the bitstream.
* Instead of a Xilinx C Project I had to choose a New Application Project in the SDK.
* Then it turns out almost all include directories are missing so I right-clicked src->properties and added the following include directories:
  C:Xilinx14.5ISE_DSEDKswlibbspstandalone_v3_04_asrccortexa9
  C:Xilinx14.5ISE_DSEDKswlibbspstandalone_v3_04_asrccortexa9gcc
  C:Xilinx14.5ISE_DSEDKswlibbspstandalone_v3_04_asrccommon
  C:Xilinx14.5ISE_DSEDKswXilinxProcessorIPLibdriverscommon_v1_00_asrc
  C:Xilinx14.5ISE_DSEDKswXilinxProcessorIPLibdriversdevcfg_v2_02_asrc
  C:Xilinx14.5ISE_DSEDKswXilinxProcessorIPLibdriverswdtps_v1_02_asrc
* You cannot use the (newer) standalone_v3_09_a directory.
* In fsbl.h I replaced include xparameters.h with xparameters_ps.h

But even after all this it still fails to build with a missing definition for XPAR_PS7_WDT_0_WDT_CLK_FREQ_HZ. I cannot find where this symbol should come from.

Can anybody help me? I'm pretty much lost and feel the only solution is to revert to ISE 14.2. That would mean another big download and another long install.

Kind regards,
Maarten

  • Sign in to reply
  • Cancel
Parents
  • Former Member
    0 Former Member over 12 years ago

    Ok, I finally found it. When the Project is created it generates an error message, but due to the auto-build option of eclipse (the SDK) it is immediately purged and you get to see the build errors instead.

    Failed to copy from
      C:Xilinx14.2ISE_DSEDKswlibbspstandalone_v3_06_asrc into
       files.vanmierlo.comprojectenVan_Mierlo_IngenieursbureauProjectenVMI-BESZynq_cursusZynq_linuxlab1_1LED_ControllerLED_Controller.sdkSDKSDK_Exportzynq_fsbl_bsp_0ps7_cortexa9_0libsrcstandalone_v3_06_asrc.

    So somehow the SDK decided to replace my mapped driveletter with the underlying serverpath and then was unable to use that path.

    Long story short: Do not try to use your network-drive! So far for automatic backup of your data :(

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Former Member
    0 Former Member over 12 years ago

    Ok, I finally found it. When the Project is created it generates an error message, but due to the auto-build option of eclipse (the SDK) it is immediately purged and you get to see the build errors instead.

    Failed to copy from
      C:Xilinx14.2ISE_DSEDKswlibbspstandalone_v3_06_asrc into
       files.vanmierlo.comprojectenVan_Mierlo_IngenieursbureauProjectenVMI-BESZynq_cursusZynq_linuxlab1_1LED_ControllerLED_Controller.sdkSDKSDK_Exportzynq_fsbl_bsp_0ps7_cortexa9_0libsrcstandalone_v3_06_asrc.

    So somehow the SDK decided to replace my mapped driveletter with the underlying serverpath and then was unable to use that path.

    Long story short: Do not try to use your network-drive! So far for automatic backup of your data :(

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube