Hi
I am trying to build the gstreamer plugins/libs myself (gst-egl, gst-nvvideosinks,…) but have a strange error.
gst-libs/gst/egl/egl.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `gst_egl_display_ref' which may bind externally can not be used when making a shared object; recompile with -fPIC
gst-libs/gst/egl/egl.o: in function `gst_egl_display_get_type_once':
egl.c:(.text+0x17c): dangerous relocation: unsupported relocation
gst-libs/gst/egl/egl.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `gst_egl_display_unref' which may bind externally can not be used when making a shared object; recompile with -fPIC
egl.c:(.text+0x180): dangerous relocation: unsupported relocation
I am using the CUDA toolkit 12.1 (the cross compile version).
Any idea on how to get rid of it?