06-17-2013 12:53 AM
Hi,
I'm building a demo project on EDK with ISE design suite 14.4 , my OS is CentOS. when I create a standalone bsp in SDK and build it ,I got this error:
...
Runing post_generate.
ERROR:EDK -standalone () - couldn't execute "mb-ar":no such file or directory
ERROR:EDK:3417 -Error(s) while runing TCL procedure post_generate()
...
But I have already sourced the settings64.sh, and I can use mb-ar as a command in console. But when I use mb-ar in console, there is an error:
bash:/opt/Xilinx/...../lin64/bin/mb-ar:/lib/ld-linux.so.2:bad ELF interpreter: no such file or directory
Anyone can help me , please?
Thank you !
08-07-2013 05:46 PM
Did you find any solution for this problem?
I get the same error when I run 13.4 un Ubuntu 12.04.
Thanks
08-15-2013 12:08 AM
Hi,
Can you check if the BSP was successfully built?
--HS
06-12-2014 12:07 AM
this problem is still appearing.please give any solution if any one have
07-15-2017 02:29 PM
I'm getting the same problem. Ubuntu 16.04 & Vivado 2107.2
Steps to recreate
Create a block diagram with a microblaze (any and all of the following end up with the same error)
Save and Verify the block diagram
Build bitstream
Export the hardware with bitstream
launch SDK
create application
It cannot create the bsp, here is the error I get:
17:18:11 ERROR : (XSDB Server)ERROR: [Hsi 55-1545] Problem running tcl command ::sw_standalone_v6_3::post_generate : couldn't execute "mb-ar": no such file or directory while executing "exec $archiver -d $libgloss_a _interrupt_handler.o" (procedure "::sw_standalone_v6_3::post_generate" line 18) invoked from within "::sw_standalone_v6_3::post_generate standalone" ERROR: [Hsi 55-1443] Error(s) while running TCL procedure post_generate() 17:18:11 ERROR : (XSDB Server)ERROR: [Hsi 55-1450] Error: running generate_bsp. 17:18:11 ERROR : Error generating bsp sources: Failed in generating sources
so the application is never built
07-17-2017 10:49 AM
This sounds like the problem I had with mb-ar: you might be missing the 32-bit dynamic linked library support.
See