c++ - Cross compile GNU Scientific Library for ARM Zynq ( baremetal ) -


i'm trying use gnu scientific library in baremetal application in zynq. tried cross compile library below:

first configure project,

./configure --host=arm-xilinx-eabi cc="/home/wizard/programs/xilinx_2015/sdk/2015.4/gnu/arm/lin/bin/arm-xilinx-eabi-gcc" cflags="-o2 -g -wall -fpic" 

then run make. after outputs following error occured:

libtool: link: cannot build libtool library `libutils.la' non-libtool objects on host: strdup.o 

i have following questions:

  1. is possible compile gsl baremetal app in zynq? since libray said has no dependencies?
  2. how can fix error above?


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -