as it is obvious from the title, im trying to build Gstreamer samples using Nsight Eclipse, my gst sources have been built manually on TX1 and i could assure sources are working (by making a simple gst .C code on target)
the problem is that i cant do this using Nsight, so when im trying to build my code, wether in cross compile or sync mode, making project faces some problem like: “fatal error: gst/gst.h: No such file or directory”
Can anyone help on this?
by the way im using JetPack3.1 on my TX1, gstreamer sources are V1.8 and VMware ubuntu 16.4 as Host
Also having issues cross compiling gstreamer for nano target using an x86 host. Header files ok and building in Nsight using gstreamer 1.0 “Includes” == success. Link error only, where and what are the lib files for aarch64 to put into “Libraries” and “Library Paths”? Cheers.