This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problems include .h Eclipse ( Keil DS-5 )

Problems include .h Eclipse

I have a small program with # include <gtk/gtk.h>
This. H is in / home/Gabriel/workspace/distribution/filesystem/armv5t_mtx/usr/include/gtk-2.0/gtk/gtk.h
This path is configured in properties-patches and symbols of three different ways in the order
/ Home/Gabriel/workspace/distribution/filesystem/armv5t_mtx/usr/include/gtk-2.0 /
/ Home/Gabriel/workspace/distribution/filesystem/armv5t_mtx/usr/include
/ Home/Gabriel/workspace/distribution/filesystem/armv5t_mtx/usr/include/gtk-2.0/gtk/gtk.h
Despite this, still the msg
**** Build of configuration Default for project hello ****

make all
arm-none-linux-gnueabi-gcc-march = armv5te-c-O0-g hello.c-o hello.o
hello.c: 20: fatal error: gtk / gtk.h: No such file or directory
compilation terminated.
make: *** [hello.o] Error 1

Can anyone help?
Thanks in advance

0