element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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
  • 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
Using Xilinx Tools Forum arm-xilinx-eabi-gcc seems to be missing
  • 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 14 replies
  • Subscribers 336 subscribers
  • Views 2412 views
  • Users 0 members are here
Related

arm-xilinx-eabi-gcc seems to be missing

Former Member
Former Member over 12 years ago

Hi,

this might be a siple problem but i dont get it.

I try to complete the Xilinx Zed Board "Hello World" tutorial.

Its all fine but when I try to compile it i get a message at my terminal which says "Unable to find full Path for arm-xilinx-eabi-gcc"

I thought this would be a missing compiler for the ARM system.

How can i solve this?

I work on Scientific Linux  with Xilinx EDK 14.2

Thanks for any help!!

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

    Wuddl,

    Did you follow this how-to?:

    http://wiki.xilinx.com/zynq-tools

    I just followed them the other night and it looks to be updated and working for Ubuntu 12.04 LTS (note you will have to do some additional steps and install some additional 32 bit packages, however they are outlined here: https://sourcery.mentor.com/GNUToolchain/kbentry62)

    Hope that helps!

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

    Take a look at the open source option as well (gcc-arm-linux-gnueabi):

    http://zynqgeek.blogspot.com/2012/08/zedboard-setting-up-arm-development.html

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

    Hi Wuddl,

    I suppose it is possible that somehow the cross toolchain was not installed on your machine during the 14.2 install or the path was not setup correctly.

    If you want to reinstall the cross toolchain and are using Windows, you will want to look to the installer DVD or download folder for the CodeSourcery installers:

    Xilinx_ISE_DS_14.2_P.28xd.3.0CodeSourcery
    t

    Or this folder if you are running Xilinx tools on Linux:

    Xilinx_ISE_DS_14.2_P.28xd.3.0CodeSourcerylin

    Regards,

    -Kevin

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

    Thanks a lot

    this was all very helpful, and it solved my problem.

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

    Hi Wuddl. How did you solve this problem? It's as same as mine.

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

    There was simply the CROSS_COMPILE variable missing.

    Just go to the link Tim posted, download the tools and export the PATH it.
    Like:

    export CROSS_COMPILE=arm-xilinx-linux-gnueabi-
    and
    export PATH=<path>/CodeSourcery/2011.09/lin/Sourcery_CodeBench_Lite/bin:$PATH
    (I presume that you work under Linux)

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

    I am running ISE 14.3 on Ubuntu 12.10.

    I set CROSS_COMPILE and PATH as I did in ubuntu 12.04 but xsdk doesn't seem to pick it up. I get

    make all
    Building file: ../src/ddr_init.c
    /bin/sh: 1: arm-xilinx-eabi-gcc: not found

    It looks like it is still looking for xilinx's version of the arm compiler.

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

    Hi all,

    I found the root cause.
    If you use Ubuntu, arm toolchain cannot be installed with dash shell!!

    Solution:

    1. sudo dpkg-reconfigure -plow dash 
       //set dash as default system shell. Choose "NO"

    2. re-install xilinx ISE

    3. sudo dpkg-reconfigure -plow dash
       //set dash as default system shell. Choose "YES"

    done!!

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

    Hi
    It seems that under the path:<path>/14.x/ISE_DS/EDK/gnu/,the folder "arm" was missing,try to install ise14.x under the bash shell if you are under linux os.

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

    Hello. I still can't get rid of this problem. Any ideas?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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