You need to upgrade your build system. The steps below made it for me: install build-essential to get all libs/include files needed
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && \ sudo apt-get update && \ sudo apt-get install gcc-6 g++-6 -y && \ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6 If it does not work, then just install a fresh version of your favorite linux. Linux mint 18 did not need this step. On Thu, Sep 7, 2017 at 10:36 AM, 강태규 <bestbef...@naver.com> wrote: > Hi, I tried to build the iotivity-constrained for RIOT and looks like I > got some problems. > > > > I have downloaded RIOT from https://github.com/RIOT-OS/RIOT > > > > and I opened the Makefile(which should be at port/riot/Makefile) and set > RIOTBASE appropriately (see the screenshot below) > > > > > > And I commanded 'export BOARD=native && make CLIENT=1' and I got this > error message (see the screenshot below) > > > > > > Did I missed something? > > Any advise should be welcomed! > > _______________________________________________ > iotivity-dev mailing list > iotivity-dev@lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev > >
_______________________________________________ iotivity-dev mailing list iotivity-dev@lists.iotivity.org https://lists.iotivity.org/mailman/listinfo/iotivity-dev