neilyoung

Results 210 comments of neilyoung

Stupid question: What if your code references a harmless function from mmal_vc_client? Wouldn't that force the linkage?

Looks good, doesn't work :) First problem: `build` dir required (?) ``` ubuntu@ubiquityrobot:~/gst-rpicamsrc$ meson build Error during basic setup: [Errno 2] No such file or directory: '/home/ubuntu/gst-rpicamsrc/build' ``` Solved: `ubuntu@ubiquityrobot:~/gst-rpicamsrc$...

OK, could work around by installing meson via pip3: ``` pip3 install --user meson ~/.local/bin/meson build ``` ninja did run, and there is a `libgstrpicamsrc.o` in `./build/src`, but the result...

:) No, I guess, 0.29 is default for 16.04 LTS. There is a backport of 0.40, but I didn't want to start messing with this. Here is a related bug...

...and tadaaa: Here we are :) ``` ubuntu@ubiquityrobot:~/gst-rpicamsrc/build/src$ ldd -r libgstrpicamsrc.so linux-vdso.so.1 => (0x7ef9e000) /usr/lib/arm-linux-gnueabihf/libarmmem.so (0x76dcd000) libgstreamer-1.0.so.0 => /usr/lib/arm-linux-gnueabihf/libgstreamer-1.0.so.0 (0x76cb6000) libgobject-2.0.so.0 => /usr/lib/arm-linux-gnueabihf/libgobject-2.0.so.0 (0x76c6e000) libglib-2.0.so.0 => /lib/arm-linux-gnueabihf/libglib-2.0.so.0 (0x76b96000) libgstbase-1.0.so.0 =>...

Yepp. Did it all from scratch again. Works. I had to run `sudo ninja install` since meson was installed with user privileges, but it worked. The test command produced a...

Cool. Thanks for your efforts. Have a nice weekend!

Confirmed. 4 years after... ``` pi@raspberrypi:~/rtl8812au $ make make ARCH=arm CROSS_COMPILE= -C /lib/modules/4.9.59+/build M=/home/pi/rtl8812au modules make[1]: *** /lib/modules/4.9.59+/build: No such file or directory. Stop. Makefile:1064: recipe for target 'modules' failed...