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.
and here (look for the list for Ubuntu or for Debian):
https://lede-project.org/docs/guide-developer/install-buildsystem#examples_of_package_installations

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 :)

You can see them here:
https://pad.riseup.net/p/m6VGGiyFTOhB


So then I tried
./cooker -b ar71xx/generic
but failed again.


Then I tried with
V=s ./cooker -b ar71xx/generic
and failed again.
Details here:
https://pad.riseup.net/p/eRqqWVusAdL1

I am happy if we keep troubleshooting and tinkering,
I learn and get my computer ready to build and cook firmware.
But if you feel like abandoning, I am happy too,
as now I see I will be able to get my community firmware through the new chef.
I will prepare the configuration file and the file with the ssh keys
and see how to upload them to that Github page.

Ciao,
Ilario

Thank you!