Quantcast
Channel: Emlid Community Forum - Latest topics
Viewing all articles
Browse latest Browse all 12794

Error on c++ examples

$
0
0

@asura wrote:

Hi..Im trying to compile the examples of c++ but whener I write "make" I get the following error:

g++ -std=gnu++11 -I ../.. ../../Navio/gpio.cpp ../../Navio/RGBled.cpp ../../Navio/Util.cpp LED.cpp -o LED
In file included from ../../Navio/gpio.cpp:1:0:
/usr/include/unistd.h:226:20: fatal error: stddef.h: No such file or directory
#include
^
compilation terminated.
In file included from ../../Navio/RGBled.h:4:0,
from ../../Navio/RGBled.cpp:1:
/usr/include/stdio.h:33:21: fatal error: stddef.h: No such file or directory
# include
^
compilation terminated.
../../Navio/Util.cpp:1:18: fatal error: cstdio: No such file or directory
#include
^
compilation terminated.
In file included from ../../Navio/RGBled.h:4:0,
from LED.cpp:1:
/usr/include/stdio.h:33:21: fatal error: stddef.h: No such file or directory
# include
^
compilation terminated.
Makefile:7: recipe for target 'all' failed
make: *** [all] Error 1

The code compile fine on my ubuntu, just when I try to compile it on the navio2 i get this mistake..
Anyway, what is the matter? do I have to install something? make up some path? my g++ version:
g++ (Raspbian 4.8.2-21~rpi3rpi1) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

EDIT: python examples works fine. Just c++ that is having issues

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 12794

Latest Images

Trending Articles



Latest Images