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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • 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 Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
MicroZed Hardware Design Wilink8 on Microzed
  • 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
  • Replies 0 replies
  • Subscribers 330 subscribers
  • Views 199 views
  • Users 0 members are here
Related

Wilink8 on Microzed

mariooook
mariooook over 6 years ago

Hello,

 

I want to setup the Wilink8 Module on my Microzed following http://zedboard.org/sites/default/files/documentations/GSG-AES-PMOD-WILINK8-G-v1_6-1.pdf guide.

As far as I understand I have to execute "./microzed-wilink8-ramdisk.sh" This takes quiet long, however it always fails at u-boot stage.

 

cd /home/architech/Documents/u-boot-xlnx && arm-poky-linux-gnueabi-ld.bfd -L ~/architech_sdk/architech/microzed/toolchain/sysroots/armv7a-vfp-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/4.8.1/  -pie -T u-boot.lds --gc-sections -Bstatic -Ttext 0x4000000 arch/arm/cpu/armv7/start.o --start-group arch/arm/cpu/armv7/built-in.o arch/arm/cpu/armv7/zynq/built-in.o arch/arm/cpu/built-in.o arch/arm/lib/built-in.o board/xilinx/zynq/built-in.o common/built-in.o disk/built-in.o drivers/built-in.o drivers/dma/built-in.o drivers/gpio/built-in.o drivers/i2c/built-in.o drivers/input/built-in.o drivers/mmc/built-in.o drivers/mtd/built-in.o drivers/mtd/onenand/built-in.o drivers/mtd/spi/built-in.o drivers/net/built-in.o drivers/net/phy/built-in.o drivers/pci/built-in.o drivers/power/battery/built-in.o drivers/power/built-in.o drivers/power/fuel_gauge/built-in.o drivers/power/mfd/built-in.o drivers/power/pmic/built-in.o drivers/serial/built-in.o drivers/spi/built-in.o drivers/usb/eth/built-in.o drivers/usb/gadget/built-in.o drivers/usb/host/built-in.o drivers/usb/musb-new/built-in.o drivers/usb/musb/built-in.o drivers/usb/phy/built-in.o drivers/usb/ulpi/built-in.o fs/built-in.o lib/built-in.o lib/libfdt/built-in.o net/built-in.o test/built-in.o --end-group /home/architech/Documents/u-boot-xlnx/arch/arm/lib/eabi_compat.o  -L . -lgcc -Map u-boot.map -o u-boot

arm-poky-linux-gnueabi-ld.bfd: cannot find -lgcc

make: *** [u-boot] Error 1

 

The actual script causing this issue.

echo -e "\e[7;32m---------------------- U-Boot begin --------------------------------\e[0m"

 

cd ~/Documents

echo -e "\e[0;32m---- Get sources from Xilinx ---------------------------------------\e[0m"

git clone https://github.com/Xilinx/u-boot-xlnx.git

        ### change into the U-Boot source folder and checkout commit

cd u-boot-xlnx

 

echo -e "\e[0;32m---- Checkout a tested commit --------------------------------------\e[0m"

git checkout xilinx-v2014.2

### set cross-toolchain

source ~/architech_sdk/architech/microzed/toolchain/environment-nofs

export LDFLAGS="-L ~/architech_sdk/architech/microzed/toolchain/sysroots/armv7a-vfp-neon-poky-linux-gnueabi/usr/lib/arm-poky-linux-gnueabi/4.8.1/"

echo -e "\e[0;32m---- Build ---------------------------------------------------------\e[0m"

### clear any stale build configurations

make ARCH=arm distclean

 

### set the Zed build configuration

make zynq_microzed_config

 

### Build U-Boot

make all

 

echo -e "\e[7;32m---------------------- U-Boot end ----------------------------------\e[0m"

echo -e "\e[7;32m---- File generated: -----------------------------------------------\e[0m"

echo -e "\e[7;32m---- ~/Documents/u-boot-xlnx/u-boot --------------------------------\e[0m"

 

 

 

 

Does anyone know what to do? I got the newest gcc-multilib and I am using the Architech virtual box image. I guess that is supposed to work out of the box anyway?

 

BR

  • Sign in to reply
  • Cancel
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 © 2025 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