Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

gelöst Fehler bei o compile

Derek Buegel

Premium
Registriert
11. September 2010
Beiträge
23.326
Lösungen
12
Reaktionspunkte
73.248
Punkte
3.830
Ich bekomme einen Fehler beim ausführen von "o compile"?
RPI3, Debian12/64
Code:
Moechten Sie die gespeicherte Config verwenden?
[J]a  | []Nein J
 
 -------------------------------------------------------------------------------
 
Config gefunden
 
 Bereite aarch64 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.25/Modules/CMakeTestCCompiler.cmake:70 (message):
  The C compiler

    "/usr/bin/gcc"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-y5rwng
  
    Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_467bb/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_467bb.dir/build.make CMakeFiles/cmTC_467bb.dir/build
    gmake[1]: Verzeichnis „/tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-y5rwng“ wird betreten
    Building C object CMakeFiles/cmTC_467bb.dir/testCCompiler.c.o
    /usr/bin/gcc    -o CMakeFiles/cmTC_467bb.dir/testCCompiler.c.o -c /tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-y5rwng/testCCompiler.c
    cc1: error: /usr/local/include/aarch64-linux-gnu: Ungültige Nachricht
    gmake[1]: *** [CMakeFiles/cmTC_467bb.dir/build.make:78: CMakeFiles/cmTC_467bb.dir/testCCompiler.c.o] Fehler 1
    gmake[1]: Verzeichnis „/tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-y5rwng“ wird verlassen
    gmake: *** [Makefile:127: cmTC_467bb/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-git/build_dir/CMakeFiles/CMakeOutput.log".
See also "/tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeError.log".
 
Folgendes Kompilieren kann einige Zeit in Anspruch nehmen...
 
make: *** Es wurden keine Ziele angegeben und keine „make“-Steuerdatei gefunden.  Schluss.
Lohnt die Mühe oder gleich neu aufsetzen?
 
Zuletzt bearbeitet:
Es kommen massig Fehler. Evtl "stirbt" die SD. Hatte letztens schon bei Upgrade ne Fehlermeldung, die ich mit
Code:
apt --fix-broken install
nicht beheben konnte.
Code:
cat /tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeError.log
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
gcc: fatal error: no input files
compilation terminated.
Checking whether the C compiler is IAR using "" did not match "IAR .+ Compiler":
gcc: fatal error: no input files
compilation terminated.
Detecting C compiler ABI info failed to compile with the following output:
Change Dir: /tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-1kr5sT

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_140bd/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_140bd.dir/build.make CMakeFiles/cmTC_140bd.dir/build
gmake[1]: Entering directory '/tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-1kr5sT'
Building C object CMakeFiles/cmTC_140bd.dir/CMakeCCompilerABI.c.o
/usr/bin/gcc    -o CMakeFiles/cmTC_140bd.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c
cc1: error: /usr/local/include/aarch64-linux-gnu: Bad message
gmake[1]: *** [CMakeFiles/cmTC_140bd.dir/build.make:78: CMakeFiles/cmTC_140bd.dir/CMakeCCompilerABI.c.o] Error 1
gmake[1]: Leaving directory '/tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-1kr5sT'
gmake: *** [Makefile:127: cmTC_140bd/fast] Error 2




Determining if the C compiler works failed with the following output:
Change Dir: /tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-y5rwng

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_467bb/fast && /usr/bin/gmake  -f CMakeFiles/cmTC_467bb.dir/build.make CMakeFiles/cmTC_467bb.dir/build
gmake[1]: Verzeichnis „/tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-y5rwng“ wird betreten
Building C object CMakeFiles/cmTC_467bb.dir/testCCompiler.c.o
/usr/bin/gcc    -o CMakeFiles/cmTC_467bb.dir/testCCompiler.c.o -c /tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-y5rwng/testCCompiler.c
cc1: error: /usr/local/include/aarch64-linux-gnu: Ungültige Nachricht
gmake[1]: *** [CMakeFiles/cmTC_467bb.dir/build.make:78: CMakeFiles/cmTC_467bb.dir/testCCompiler.c.o] Fehler 1
gmake[1]: Verzeichnis „/tmp/compile/oscam-git/build_dir/CMakeFiles/CMakeScratch/TryCompile-y5rwng“ wird verlassen
gmake: *** [Makefile:127: cmTC_467bb/fast] Fehler 2
Habe schon eine neue SD rausgesucht.
 
Code:
root@raspberry-IPC ~ > ls -ld /usr/local/include/aarch64-linux-gnu
ls: Zugriff auf '/usr/local/include/aarch64-linux-gnu' nicht möglich: Ungültige Nachricht
 
Total verrückt, das OS hat einen Schaden, IPC läuft ohne murren und knurren.
War auch mein Gedanke.
Werde mich abends ans Werk machen.
Letzter versuch.
Code:
root@raspberry-IPC ~ > apt update
OK:1 http://deb.debian.org/debian bookworm InRelease
OK:2 http://deb.debian.org/debian-security bookworm-security InRelease
OK:3 http://archive.raspberrypi.com/debian bookworm InRelease
OK:4 http://deb.debian.org/debian bookworm-updates InRelease
Paketlisten werden gelesen… Fertig
Abhängigkeitsbaum wird aufgebaut… Fertig
Statusinformationen werden eingelesen… Fertig
Aktualisierung für 21 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.

apt list --upgradable

Auflistung… Fertig
bluez-firmware/stable,stable 1.2-9+rpt4 all [aktualisierbar von: 1.2-9+rpt3]
firmware-atheros/stable,stable 1:20240709-2~bpo12+1+rpt4 all [aktualisierbar von: 1:20240709-2~bpo12+1+rpt3]
firmware-mediatek/stable,stable 1:20240709-2~bpo12+1+rpt4 all [aktualisierbar von: 1:20240709-2~bpo12+1+rpt3]
firmware-misc-nonfree/stable,stable 1:20240709-2~bpo12+1+rpt4 all [aktualisierbar von: 1:20240709-2~bpo12+1+rpt3]
firmware-nvidia-graphics/stable,stable 1:20240709-2~bpo12+1+rpt4 all [aktualisierbar von: 1:20240709-2~bpo12+1+rpt3]
libc-bin/stable 2.36-9+rpt2+deb12u13 arm64 [aktualisierbar von: 2.36-9+rpt2+deb12u12]
libc-devtools/stable 2.36-9+rpt2+deb12u13 arm64 [aktualisierbar von: 2.36-9+rpt2+deb12u12]
libc-l10n/stable,stable 2.36-9+rpt2+deb12u13 all [aktualisierbar von: 2.36-9+rpt2+deb12u12]
libc6-dev/stable 2.36-9+rpt2+deb12u13 arm64 [aktualisierbar von: 2.36-9+rpt2+deb12u12]
libc6/stable 2.36-9+rpt2+deb12u13 arm64 [aktualisierbar von: 2.36-9+rpt2+deb12u12]
libssl-dev/stable 3.0.17-1~deb12u3+rpt1 arm64 [aktualisierbar von: 3.0.17-1~deb12u3]
libssl3/stable 3.0.17-1~deb12u3+rpt1 arm64 [aktualisierbar von: 3.0.17-1~deb12u3]
libtiff6/oldstable-security 4.5.0-6+deb12u3 arm64 [aktualisierbar von: 4.5.0-6+deb12u2]
libxslt1.1/oldstable-security 1.1.35-1+deb12u3 arm64 [aktualisierbar von: 1.1.35-1+deb12u2]
linux-headers-rpi-2712/stable 1:6.12.47-1+rpt1~bookworm arm64 [aktualisierbar von: 1:6.12.34-1+rpt1~bookworm]
linux-headers-rpi-v8/stable 1:6.12.47-1+rpt1~bookworm arm64 [aktualisierbar von: 1:6.12.34-1+rpt1~bookworm]
linux-image-rpi-2712/stable 1:6.12.47-1+rpt1~bookworm arm64 [aktualisierbar von: 1:6.12.34-1+rpt1~bookworm]
linux-image-rpi-v8/stable 1:6.12.47-1+rpt1~bookworm arm64 [aktualisierbar von: 1:6.12.34-1+rpt1~bookworm]
locales/stable,stable 2.36-9+rpt2+deb12u13 all [aktualisierbar von: 2.36-9+rpt2+deb12u12]
openssl/stable 3.0.17-1~deb12u3+rpt1 arm64 [aktualisierbar von: 3.0.17-1~deb12u2+rpt1]
raspi-firmware/stable,stable 1:1.20250915-1~bookworm all [aktualisierbar von: 1:1.20250430-4~bookworm]
.
.
.
Unerfüllte Abhängigkeiten
Keine Veränderung.
Neu aufsetzen.

Fährt auch nicht mehr hoch.

Rennt wieder, alles IO. Neue SD-Karte. Unter einer Stunde.
Du musst Regestriert sein, um das angehängte Bild zusehen.
@Alex tolle Arbeit.
 

Anhänge

Du musst angemeldet sein, um die Anhangsliste zu sehen.
Zuletzt bearbeitet:
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…