element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Achievement Levels
    • Benefits of Membership
    • Feedback and Support
    • Members Area
    • Personal Blogs
    • What's New on element14
  • Learn
    Learn
    • eBooks
    • Learning Center
    • Learning Groups
    • STEM Academy
    • Webinars, Training and Events
  • Technologies
    Technologies
    • 3D Printing
    • Experts & Guidance
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Arduino Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Project Groups
    • Raspberry Pi Projects
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Or 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
Avnet Boards Forums
  • Products
  • Dev Tools
  • Avnet Boards Community
  • Avnet Boards Forums
  • More
  • Cancel
Avnet Boards Forums
Software Application Development Linux Application
  • Forum
  • Documents
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Avnet Boards Forums requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 6 replies
  • Subscribers 176 subscribers
  • Views 273 views
  • Users 0 members are here
Related

Linux Application

Former Member
Former Member over 11 years ago


I want to make an application that will run on the linux that came with the zedboard.  Can I design it and compile it using the Xilinx SDK?  Then copy the executable over to the linux?  Or do I somehow have to get the compiler and arm toolchain on that linux somehow and compile it there?  Thanks!

  • Sign in to reply
  • Cancel
  • zedhed
    0 zedhed over 11 years ago

    Hi xspyder,

    If you are creating a C application, you certainly can use Xilinx SDK to create, edit, manage, and debug your application.

    When creating a new Xilinx C Project in SDK, make sure that you set the Software Platform option to Linux.  This will build your application using the arm-xilinx-linux-gnueabi- tools.

    You can copy the executable over to Linux by copying to the SD card, FTP, SCP, or using the SDK Remote System Explorer (RSE).

    Regards,

    -Kevin

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

    I am trying to get a simple Hello World app to run in linux.  I was able to successfully compile the ELF file in the SDK and upload it to linux that came with the zedboard.  It worked fine.  I then tried the same thing with xillinux (Ubuntu 12 LTS) and the ELF won't execute.  I get the following:

    root@localhost:/apps# ./Test.elf

    bash: ./Test.elf: No such file or directory


    Here is what I get when I use the file command:

    root@localhost:/apps# file Test.elf

    Test.elf: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, not stripped

    root@localhost:/apps# ldd Test.elf
            not a dynamic executable


    I also did chmod +x Test.elf and that did not work.  Could it be the different kernels?  Ubuntu is running 3.3 and that file looks to be built for 2.6.16.

    Any ideas? 

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

    Hi,

    I suggest compiling your application in Xillinux (using gcc). Odds are that it will work on any distribution running Linux.

    If the executable happens to depend on a library that exists on Xillinux, but on the target distribution, you may use the "-static" flag to tell gcc to generate a self-contained executable. The executable will be bigger, but this is usually a small penalty when it's a single program compiled this way.

    I've never tried to use Xilinx' SDK for this, but I take Kevin's word for that it's possible, of course.

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

    I am facing the same problems in xillinux distribution. How did you overcome this problem?

    Thank you in advance

    Nicholas

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

    Hi,

    i get an error message: Permission denied.
    I get manually the execute permission, is there a way to compile a application already with all needed permissions?

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

    I'm using a Windows 7 PC with SDK and I have built several elf files and I have multiple ways to install them in a directory on the Zynq.  I've tried a few hours, set the X flag etc, but I can't figure out how to get them to execute on the board.  The only discussions I can find give vague discussions how someone could write some app to then cause an elf file to be executed.   My Zynq board powers up in some version of Linux, but it is not Petalinux and does not seem to have a TCF host - so I can't seem to run it from a remote debugger either.  Please help me figure something out before I start to look like an idiot to the bean counters.

    • 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 © 2023 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