-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error with: wpiExtensions.o - multiple definition of `comDat'; (Raspian 64bit - Raspberry Pi 400) #4
Comments
Hi, Sun Feb 26 09:51:31 pi@Xpi4Test: ~/wiringPi $ uname -a
|
Suggest removing the comDat declaration from the struct definition in file drcNetCmd.h struct drcNetComStruct |
wiringPi Build script
WiringPi Library
[UnInstall]
make: Für das Ziel „all“ ist nichts zu tun.
[Install Headers]
[Install Dynamic Lib]
WiringPi Devices Library
[UnInstall]
make: Für das Ziel „all“ ist nichts zu tun.
[Install Headers]
[Install Dynamic Lib]
GPIO Utility
[Link]
/usr/bin/ld: gpio.o: in function
main': gpio.c:(.text.startup+0x4b4): undefined reference to
loadWPiExtension'collect2: error: ld returned 1 exit status
make: *** [Makefile:55: gpio] Fehler 1
->Error with:
wpiExtensions.c
/usr/bin/ld: wpiExtensions.o:(.bss+0x408): multiple definition of `comDat'; drcNet.o:(.bss+0x400): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:77: libwiringPi.so.2.50] Fehler 1
Error:
wget https://github.com/TheNextLVL/wiringPi/releases/download/2.46/wiringpi-2.46.deb
apt install ./wiringpi-2.46.deb
->
gpio version: 2.46
Copyright (c) 2012-2018 Gordon Henderson
This is free software with ABSOLUTELY NO WARRANTY.
For details type: gpio -warranty
Oops: Unable to determine board revision from /proc/cpuinfo
-> Only Raspberry device is supported!
-> You'd best google the error to find out why.
The text was updated successfully, but these errors were encountered: