I tried to install the MCC 172 Hat on a new Raspberry Pi 4 B using the Install Instructions from Github (https://github.com/mccdaq/daqhats)
At step 7 "Build and install the shared library and tools. It will also detect the HAT board EEPROMs and save the contents, if needed." i get an error i can't solve by myself.
sudo ./install.sh results in:
Building and installing library
make: Verzeichnis "/home/ama/daqhats/lib" wird betreten
gcc -I../include -I/opt/vc/include -I/usr/include -fPIC -Wall -Wextra -g -O2 -DENABLE_LOCALES=Off -MMD -c util.c -o build/util.o
gcc: internal compiler error: Ungültiger Maschinenbefehl signal terminated program cc1
Please submit a full bug report, with preprocessed source (by using -freport-bug).
See <file:///usr/share/doc/gcc-12/README.Bugs> for instructions.
make: *** [makefile:32: build/util.o] Fehler 4
make: Verzeichnis "/home/ama/daqhats/lib" wird verlassen
Library build failed
The MCC 172 is the only HAT installed (on top of the POE HAT), no jumpers for address 0 and the green light lights up constantly.
Can someone provide me any information how to fix this?
Question
danielt
Hello all,
I tried to install the MCC 172 Hat on a new Raspberry Pi 4 B using the Install Instructions from Github (https://github.com/mccdaq/daqhats)
At step 7 "Build and install the shared library and tools. It will also detect the HAT board EEPROMs and save the contents, if needed." i get an error i can't solve by myself.
sudo ./install.sh results in:
Building and installing library
make: Verzeichnis "/home/ama/daqhats/lib" wird betreten
gcc -I../include -I/opt/vc/include -I/usr/include -fPIC -Wall -Wextra -g -O2 -DENABLE_LOCALES=Off -MMD -c util.c -o build/util.o
gcc: internal compiler error: Ungültiger Maschinenbefehl signal terminated program cc1
Please submit a full bug report, with preprocessed source (by using -freport-bug).
See <file:///usr/share/doc/gcc-12/README.Bugs> for instructions.
make: *** [makefile:32: build/util.o] Fehler 4
make: Verzeichnis "/home/ama/daqhats/lib" wird verlassen
Library build failed
The MCC 172 is the only HAT installed (on top of the POE HAT), no jumpers for address 0 and the green light lights up constantly.
Can someone provide me any information how to fix this?
Greetings and thanks, Daniel
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now