On 10/25/2017 06:39 PM, Amuza wrote:
On 25/10/17 19:01, Ilario Gelmetti wrote:
On 10/25/2017 05:42 PM, Amuza wrote:
On 25/10/17 12:28, Ilario Gelmetti wrote:
Try with:
V=s ./cooker -b ar71xx/generic
setting the V variable in front of cooker will set it for all processes
called by cooker (I believe).
Anyway, what I get with
V=s ./cooker -b ar71xx/generic
is here:
https://pad.riseup.net/p/tTLVMA7wWLk0 The interesting line there is the one which
says:
/home/myself/lime-sdk/17.01.2/ar71xx/generic/sdk/staging_dir/host/bin/cmake:
/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not
found (required by
/home/myself/lime-sdk/17.01.2/ar71xx/generic/sdk/staging_dir/host/bin/cmake)
So seems that you miss a dependency: libstdc++6
Can you confirm that after installing it the compilation goes well?
Actually on the website that dependency was not listed...
It was already installed:
https://pad.riseup.net/p/DE08ApRPeo6G
Ok, so maybe is another package... Or a newer version of the same one?
Try installing the packages suggested here:
https://lede-project.org/docs/guide-developer/quickstart-build-images
and here (look for the list for Ubuntu or for Debian):
https://lede-project.org/docs/guide-developer/install-buildsystem#examples_…
If you get which was the missing package (maybe something like libc,
libstdc, gcc, libc++1) pls tell us :)
Ciao,
Ilario