-
Notifications
You must be signed in to change notification settings - Fork 67
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
Raspberry 3B+ Raspbian Buster -> Compiler Error: undefined reference to 'makedev' #29
Comments
I can confirm above problem with gcc version 8 on Buster (Raspberry Pi v1 B). pi@wspr: |
It's a pretty easy fix, just missing a header. I've got a commit in my fork: gibmat@bd85459 |
Yeah, it works!
Thank you very much
--
Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.Am 21.07.19, 03:40, Mathias Gibbens <[email protected]> schrieb:
It's a pretty easy fix, just missing a header. I've got a commit in my fork: gibmat@bd85459
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#29?email_source=notifications\u0026email_token=AE52SVLJJX3B3D2VVBLJLALQAO5BRA5CNFSM4H3A22IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2NZDSY#issuecomment-513511883",
"url": "#29?email_source=notifications\u0026email_token=AE52SVLJJX3B3D2VVBLJLALQAO5BRA5CNFSM4H3A22IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2NZDSY#issuecomment-513511883",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
Works for me also. Just recompiled with gibmat's fork using buster on Pi 4. |
Hello, I have the same problem to install wsprryPi on Pi Zero W and raspbian buster. |
Many thanks Mathais (gibmat). I successfully applied your diff (gibmat@bd85459) and built wsprry! cat /sys/firmware/devicetree/base/model -> 'Raspberry Pi 3 Model B Rev 1.2' Best, |
Thanks @gibmat ! This worked! |
Seeing as @JamesP6000 hasn't had any activity in this repo in almost four years, I'd consider it dead. It does look like @threeme3's repo (from which this one was originally forked) is a bit more active -- for one thing, a commit mentions support for the RPi4. There's also the explosion of forks, although I doubt many of them contain improvements. |
Hi,
today i installed the brand new raspbian buster and i could not install WsprryPi becaus e make ends with the error message: undefined reference to 'makedev'
Thank you
The text was updated successfully, but these errors were encountered: