- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Could the hello_worl d_0.elf run on linux?(zc7 02)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-25-2012 02:36 AM
I've put the hello_world_0.elf on linux by ftp.
print info bellow
zynq> ./hello_world.elf
Illegal instruction
How do i run a pro on linux?
Re: Could the hello_worl d_0.elf run on linux?(zc7 02)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-25-2012 01:17 PM
Hi,
I am not quite sure what design you are running. But please take a look UG873 and follows the steps in there for hello world.
-- Ting
Re: Could the hello_worl d_0.elf run on linux?(zc7 02)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-27-2012 10:08 PM
I have tried running a linux apllication on zc702 followed UG821.
So the hello_world_0.elf is generated and i put it to linux file system.
The hello_world_0.elf is located on liunx root catalog.
zynq> chmod 777 ./hello_world.elf
zynq> ./hello_world.elf
Illegal instruction
Re: Could the hello_worl d_0.elf run on linux?(zc7 02)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-29-2012 06:45 PM
That is OK!
Linux Application development in sdk should invoked by the new project(not xilinx c project)wizard and seclect the project type as "Xilinx ARM Linux Executable".
Then the project set the toolchains to "Xilinx ARM GNU/Linux Toolchain" as default.











