Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wolfallein opened this issue Jul 18, 2020 · 2 comments
Closed

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

wolfallein opened this issue Jul 18, 2020 · 2 comments

Comments

@wolfallein
Copy link

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
Copy link

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

@wolfallein
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants