leider bekomme ich einen Fehler wenn ich o compile auf meinen RPI eingeben.
Anbei die Meldung
Bereite armv7l Kompilierung vor...
-- The C compiler identification is unknown
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc - broken
CMake Error at /usr/share/cmake-3.18/Modules/CMakeTestCCompiler.cmake:66 (message):
The C compiler
Run Build Command(s):/usr/bin/gmake cmTC_bffef/fast && /usr/bin/gmake -f CMakeFiles/cmTC_bffef.dir/build.make CMakeFiles/cmTC_bffef.dir/build
gmake[1]: Verzeichnis „/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_bffef.dir/testCCompiler.c.o
/usr/bin/gcc -o CMakeFiles/cmTC_bffef.dir/testCCompiler.c.o -c /tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeTmp/testCCompiler.c
gcc: internal compiler error: Speicherzugriffsfehler signal terminated program cc1
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-10/README.Bugs> for instructions.
gmake[1]: *** [CMakeFiles/cmTC_bffef.dir/build.make:85: CMakeFiles/cmTC_bffef.dir/testCCompiler.c.o] Fehler 4
gmake[1]: Verzeichnis „/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeTmp“ wird verlassen
gmake: *** [Makefile:140: cmTC_bffef/fast] Fehler 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:1 (project)
-- Configuring incomplete, errors occurred!
See also "/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeOutput.log".
See also "/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeError.log".
Folgendes Kompilieren kann einige Zeit in Anspruch nehmen...
Bereite armv7l Kompilierung vor...
-- The C compiler identification is GNU 10.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- pthread found. Adding pthread support
-- Looking for openssl/aes.h
-- Looking for openssl/aes.h - found
status SSL is added by config file Y compiling with ssl included
-- Found OpenSSL: /usr/lib/arm-linux-gnueabihf/libcrypto.so (found version "1.1.1n")
-- openssl found.
-- Looking for time.h
-- Looking for time.h - found
-- librt found (needed by libusb).
-- Looking for libusb-1.0/libusb.h
-- Looking for libusb-1.0/libusb.h - found
-- Looking for libusb-1.0/libusb.h
-- Looking for libusb-1.0/libusb.h - found
-- libusb 1.0 found (libusb-1.0.so) Adding smartreader support
-- Looking for PCSC/wintypes.h
-- Looking for PCSC/wintypes.h - found
-- PCSC headers found (/usr/include/PCSC). Adding PCSC support
HOSTCC webif/pages_gen
GEN webif/pages.c
GEN Compressed 461708 template bytes into 178108 bytes. 283600 saved bytes (61.42%).
-- The CXX compiler identification is GNU 10.2.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for math.h
-- Looking for math.h - found
-- Utils: operating system: Linux
-- Utils: target system: arm-linux-gnueabihf
-- utils use system libusb functions
--
--
-- operating system: Linux
-- target system: arm-linux-gnueabihf
-- revision: 11711
-- use system libcrypto functions
-- use system pcsc functions
-- use system pthread functions
-- use system libusb functions
--
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/compile/oscam-svn/build_dir
Folgendes Kompilieren kann einige Zeit in Anspruch nehmen...
Druecken Sie bitte <Enter> um fortzufahren...
Scanning dependencies of target svnversion
Scanning dependencies of target csreaders
Scanning dependencies of target svnversion-log
Scanning dependencies of target csmodules
[ 0%] Built target svnversion
[ 0%] Built target svnversion-log
[ 1%] Building C object CMakeFiles/csreaders.dir/reader-bulcrypt.c.o
Scanning dependencies of target csctapi
Scanning dependencies of target minilzo
[ 1%] Building C object CMakeFiles/csmodules.dir/module-anticasc.c.o
[ 1%] Building C object minilzo/CMakeFiles/minilzo.dir/minilzo.c.o
[ 2%] Building C object csctapi/CMakeFiles/csctapi.dir/atr.c.o
[ 2%] Building C object CMakeFiles/csreaders.dir/reader-common.c.o
[ 3%] Linking C static library libminilzo.a
[ 3%] Built target minilzo
[ 4%] Building C object CMakeFiles/csreaders.dir/reader-conax.c.o
[ 5%] Building C object csctapi/CMakeFiles/csctapi.dir/icc_async.c.o
[ 6%] Building C object CMakeFiles/csmodules.dir/module-cacheex.c.o
[ 7%] Building C object CMakeFiles/csreaders.dir/reader-cryptoworks.c.o
[ 7%] Building C object csctapi/CMakeFiles/csctapi.dir/ifd_azbox.c.o
[ 8%] Building C object csctapi/CMakeFiles/csctapi.dir/ifd_cool.c.o
[ 8%] Building C object CMakeFiles/csreaders.dir/reader-dgcrypt.c.o
.
.
.
[ 93%] Building C object CMakeFiles/csoscam.dir/oscam-log.c.o
[ 94%] Building C object CMakeFiles/csoscam.dir/oscam-net.c.o
[ 94%] Building C object CMakeFiles/csoscam.dir/oscam-reader.c.o
[ 95%] Building C object CMakeFiles/csoscam.dir/oscam-simples.c.o
[ 96%] Building C object CMakeFiles/csoscam.dir/oscam-string.c.o
[ 97%] Building C object CMakeFiles/csoscam.dir/oscam-time.c.o
[ 97%] Building C object CMakeFiles/csoscam.dir/oscam-work.c.o
[ 98%] Linking C static library libcsoscam.a
[ 98%] Built target csoscam
[ 98%] Linking C static library libcsmodules.a
[ 98%] Built target csmodules
Scanning dependencies of target oscam
[ 99%] Building C object CMakeFiles/oscam.dir/oscam.c.o
[100%] Linking C executable oscam
[100%] Built target oscam
Die neue oscam.armel befindet sich in /var/emu/oscam/
Neue oscam-svn build 11711 erfolgreich erstellt!
-------------------------------------------------------------------------------
Soll OScam jetzt neu gestartet werden?
[J]a | []Nein n
-------------------------------------------------------------------------------
Fertig! ;-)
root@raspberrypi3 ~ >
Bereite armv7l Kompilierung vor...
-- The C compiler identification is unknown
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - failed
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc - broken
CMake Error at /usr/share/cmake-3.18/Modules/CMakeTestCCompiler.cmake:66 (message):
The C compiler
Run Build Command(s):/usr/bin/gmake cmTC_aba4e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_aba4e.dir/build.make CMakeFiles/cmTC_aba4e.dir/build
gmake[1]: Verzeichnis „/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeTmp“ wird betreten
Building C object CMakeFiles/cmTC_aba4e.dir/testCCompiler.c.o
/usr/bin/gcc -o CMakeFiles/cmTC_aba4e.dir/testCCompiler.c.o -c /tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeTmp/testCCompiler.c
gcc: internal compiler error: Speicherzugriffsfehler signal terminated program cc1
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-10/README.Bugs> for instructions.
gmake[1]: *** [CMakeFiles/cmTC_aba4e.dir/build.make:85: CMakeFiles/cmTC_aba4e.dir/testCCompiler.c.o] Fehler 4
gmake[1]: Verzeichnis „/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeTmp“ wird verlassen
gmake: *** [Makefile:140: cmTC_aba4e/fast] Fehler 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:1 (project)
-- Configuring incomplete, errors occurred!
See also "/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeOutput.log".
See also "/tmp/compile/oscam-svn/build_dir/CMakeFiles/CMakeError.log".
Folgendes Kompilieren kann einige Zeit in Anspruch nehmen...
Druecken Sie bitte <Enter> um fortzufahren...
Wenn ich IPC update kommt folgender Fehler.
/bin/sh: 1: cc: not found
make: cc: Datei oder Verzeichnis nicht gefunden
make: *** [Makefile:35: cscrypt/bn_ctx.o] Fehler 127
OSemu hatte durch das Update drin. Hatte sonst immer nur oscam drauf. Mache die install neu und danach den
apt-get update && apt-get install build-essential -y Befehl.
So habe ich gemacht.
Leider imemr noch das gleiche
buster InRelease
Paketlisten werden gelesen… Fertig
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
build-essential ist schon die neueste Version (12.9).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 5 nicht aktualisiert.