Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile source #15

Open
andreasloe opened this issue Jan 26, 2022 · 3 comments
Open

Cannot compile source #15

andreasloe opened this issue Jan 26, 2022 · 3 comments

Comments

@andreasloe
Copy link

I am using a raspberry pi zero 2W with bullseye and get the following error during compilation

pi@raspCam:~/APStreamline $ ls
build config LICENSE meson.build README.md src
pi@raspCam:~/APStreamline $ cd build
pi@raspCam:~/APStreamline/build $ ninja -j2
[9/14] Compiling C++ object stream_server.p/src_Camera_Camera.cpp.o
FAILED: stream_server.p/src_Camera_Camera.cpp.o
c++ -Istream_server.p -I. -I.. -I/usr/include/gstreamer-1.0 -I/usr/include/arm-linux-gnueabihf -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/libmount -I/usr/include/blkid -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++14 -g -pthread -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_44 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_60 -Wall -Werror -MD -MQ stream_server.p/src_Camera_Camera.cpp.o -MF stream_server.p/src_Camera_Camera.cpp.o.d -o stream_server.p/src_Camera_Camera.cpp.o -c ../src/Camera/Camera.cpp
{standard input}: Assembler messages:
{standard input}:144519: Warning: end of file not at end of a line; newline inserted
{standard input}:145103: Error: unknown pseudo-op: .u' c++: fatal error: Getötet signal terminated program cc1plus compilation terminated. [10/14] Compiling C++ object stream_server.p/src_Camera_MJPGCamera.cpp.o ninja: build stopped: subcommand failed `

@shortstheory
Copy link
Owner

Hi, could you share more info about the GStreamer version and the image you're using on the RPi 0W?

@andreasloe
Copy link
Author

Sorry for the long delay. I am using
Linux raspCam 5.10.92-v7+ #1514 SMP Mon Jan 17 17:36:39 GMT 2022 armv7l
Raspberry Pi Zero 2 W Rev 1.0
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"

I am using the current distribution from github, git clone https://github.com/shortstheory/APStreamline.git

@shortstheory
Copy link
Owner

Thanks, I'll take a look once I get access to my RPi 0 again! I'm away from my tools at the moment so I won't be able to debug it right away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants