enclustra-bsp / bsp-xilinx

26 stars 14 forks source link

i can't make new image,what't the problem #29

Closed wangyuanzhengbighead closed 4 years ago

wangyuanzhengbighead commented 4 years ago

image

tholzsche commented 4 years ago

Can you provide the complete build.log? But I assume a simple cleanup should solve these build issues.

Greets Till

wangyuanzhengbighead commented 4 years ago

i use "./build.sh --clear-all", and renew ./build.sh ... also with error this is my error log, Looks like a missing dynamic link library build.log

tholzsche commented 4 years ago

Which ubuntu version do you use and have you followed the installation instructions (https://enclustra.github.io/ebe-docs/user-doc-xilinx/index_xilinx.html#ubuntu-14-04-lts)?

wangyuanzhengbighead commented 4 years ago

i use ubuntu-18.04-lts

tholzsche commented 4 years ago

You need to resolve the dependencies anyway ;)

From the build.log: _... /home/wyz/bsp-xilinx/bin/aarch64-none-linux-gnueabi/bin/../lib/gcc/aarch64-none-linux-gnueabi/7.2.0/../../../../aarch64-none-linux-gnueabi/bin/ld: /home/wyz/bsp-xilinx/bin/aarch64-none-linux-gnueabi/bin/../libexec/gcc/aarch64-none-linux-gnueabi/7.2.0/libltoplugin.so: error loading plugin: libc.so.6: cannot open shared object file: No such file or directory ...

Get shared object dependencies: _ bsp-xilinx$ ldd bin/aarch64-none-linux-gnueabi/bin/../libexec/gcc/aarch64-none-linux-gnueabi/7.2.0/libltoplugin.so linux-gate.so.1 => (0xf77ad000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf75bb000) /lib/ld-linux.so.2 (0xf77ae000)

Have a look at the installation instructions, they should also be applicable to ubuntu-18.04-lts (https://enclustra.github.io/ebe-docs/user-doc-xilinx/index_xilinx.html#ubuntu-14-04-lts)?

tholzsche commented 4 years ago

I suppose the problem is solved.