Scons compilation errors in IoTivity project on Ubuntu

491 Views Asked by At

enter image description here

I am trying to build IoTivity project in Ubuntu 15.04. I followed the steps mentioned in "https://www.iotivity.org/documentation/linux/getting-started" and when I gave the command "scons" I am getting the compilation errors.

1

There are 1 best solutions below

0
On

Looks like you are trying to build the software on with a version of GCC and/or Ubuntu not supported by the project?

From their https://www.iotivity.org/documentation/linux/getting-started page it lists Ubuntu 12.04 LTS and GCC 4.6.1.

From the errors you're getting I'd lean more towards being a newer version of GCC than the code supports.

That said I'd recommend sending your problem along to their mailing list(s): http://lists.iotivity.org/mailman/listinfo

Also paste the actual text of the error and not a screen shot would be more useful.