On 25/10/17 20:32, Ilario Gelmetti wrote:
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
They were all already installed.
I had already installed all the packages in the "Ubuntu 64bit" section,
but I was missing many in the "Ubuntu 12.04LTS" section.*
*
If you get which was the missing package (maybe
something like libc,
libstdc, gcc, libc++1) pls tell us :)
but failed again.
I found a couple of useful comments on a page of another project, seems
that the version of libstdc++6 in Ubuntu 14.04 (4.8.4-2) is too old, you
need at least the 4.9
In the same page you can find instructions for installing a newer
version on Ubuntu 14.04 but I have no idea if the same is valid for your
Trisquel.