hi there!
I'm newbie to programming so, please, take it easy with me x.x
I've tried to install obs-studio on a rpi4 4gb / newest version of "raspberry pi os" using both scripts
@TheMindVirus and
@skysoulkeeper kindly provided, but I keep getting this same error:
Receiving objects: 100% (11506/11506), 17.55 MiB | 2.02 MiB/s, done.
Resolving deltas: 100% (9070/9070), done.
-- The C compiler identification is GNU 8.3.0
-- The CXX compiler identification is GNU 8.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- broken
CMake Error at /usr/share/cmake-3.13/Modules/CMakeTestCCompiler.cmake:52 (message):
The C compiler
"/usr/bin/cc"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /home/pi/Downloads/obs-studio/build/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/make" "cmTC_a16ab/fast"
/usr/bin/make -f CMakeFiles/cmTC_a16ab.dir/build.make CMakeFiles/cmTC_a16ab.dir/build
make[1]: Entering directory '/home/pi/Downloads/obs-studio/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a16ab.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_a16ab.dir/testCCompiler.c.o -c /home/pi/Downloads/obs-studio/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_a16ab
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a16ab.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_a16ab.dir/testCCompiler.c.o -o cmTC_a16ab
/usr/bin/ld: 1: /usr/bin/ld: -lmmal_util: not found
collect2: error: ld returned 127 exit status
make[1]: *** [CMakeFiles/cmTC_a16ab.dir/build.make:87: cmTC_a16ab] Error 1
make[1]: Leaving directory '/home/pi/Downloads/obs-studio/build/CMakeFiles/CMakeTmp'
make: *** [Makefile:121: cmTC_a16ab/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:8 (project)
-- Configuring incomplete, errors occurred!
Do someone knows what I should do?