aodzip / libcedarc

Allwinner CedarX userspace library ( Not Official )
39 stars 34 forks source link

Trying to compile on the board (not buildroot) #1

Closed wolfallein closed 4 years ago

wolfallein commented 4 years ago

Hi,

I want to compile the library on the board itself. I cloned the repo, and start to compile with:

./bootstrap
./configure

but when running make I get the following error:

root@localhost:~/src/cedar/libcedarc# make
make  all-recursive
make[1]: Entering directory '/root/src/cedar/libcedarc'
Making all in base
make[2]: Entering directory '/root/src/cedar/libcedarc/base'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/root/src/cedar/libcedarc/base'
Making all in memory
make[2]: Entering directory '/root/src/cedar/libcedarc/memory'
  CCLD     libMemAdapter.la
/usr/bin/ld: cannot find -lVE
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:441: libMemAdapter.la] Error 1
make[2]: Leaving directory '/root/src/cedar/libcedarc/memory'
make[1]: *** [Makefile:398: all-recursive] Error 1
make[1]: Leaving directory '/root/src/cedar/libcedarc'
make: *** [Makefile:330: all] Error 2

What is the library that is missing? I couldn't find what library is associated to -lVE

thanks a lot!!!

petit-miner commented 2 years ago

How did you solve this? Any help would be appreciated.

wolfallein commented 2 years ago

Didn't solve. I gave up and tried Cedrus.