From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 11056] New: Compiling a file that uses libdrm headers fails with: fatal error: drm.h: No such file or directory
Date: Thu, 31 May 2018 07:58:24 +0000 [thread overview]
Message-ID: <bug-11056-163@https.bugs.busybox.net/> (raw)
https://bugs.busybox.net/show_bug.cgi?id=11056
Bug ID: 11056
Summary: Compiling a file that uses libdrm headers fails with:
fatal error: drm.h: No such file or directory
Product: buildroot
Version: 2018.02.1
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned at buildroot.uclibc.org
Reporter: ciro.santilli at gmail.com
CC: buildroot at uclibc.org
Target Milestone: ---
Test setup:
https://github.com/cirosantilli/buildroot/tree/b388a47239bceb5abfe45b5ab4cdc44bdc837f7a
which has very shallow patches on top of master commit
545567a8fc3eaac197c089c4ea905675d8d3dab9 which is ahead of 2018.05-rc1 then run
with:
```
./run
./run-aarch64
```
Build fails for both x86 and aarch64 with:
```
>>> hello 1.0 Building
/usr/bin/make -j8
CC="/home/ciro/bak/git/buildroot/output/host/bin/aarch64-buildroot-linux-uclibc-gcc"
LD="/home/ciro/bak/git/buildroot/output/host/bin/aarch64-buildroot-linux-uclibc-ld"
-C /home/ciro/bak/git/bu
ildroot/output/build/hello-1.0
/home/ciro/bak/git/buildroot/output/host/bin/aarch64-buildroot-linux-uclibc-gcc
-o 'hello' 'hello.c'
In file included from hello.c:2:0:
/home/ciro/bak/git/buildroot/output/host/aarch64-buildroot-linux-uclibc/sysroot/usr/include/xf86drm.h:40:17:
fatal error: drm.h: No such file or directory
#include <drm.h>
^
```
for the file:
```
#include <stdio.h>
#include <xf86drm.h>
#include <xf86drmMode.h>
int main(void) {
puts("hello");
}
```
If I remove:
```
#include <xf86drm.h>
#include <xf86drmMode.h>
```
which are provided by libdrm, then it works.
Likely something obvious to those familiar with it.
Can we add an appropriate DEPENDS or SELECTS to the Config.in?
My goal is to later run:
https://github.com/dvdhrm/docs/blob/master/drm-howto/modeset.c to learn DRM. I
know that there must be further settings missing since I don't have /dev/dri on
aarch64, but I do on x86.
--
You are receiving this mail because:
You are on the CC list for the bug.
next reply other threads:[~2018-05-31 7:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-31 7:58 bugzilla at busybox.net [this message]
2018-05-31 8:30 ` [Buildroot] [Bug 11056] Compiling a file that uses libdrm headers fails with: fatal error: drm.h: No such file or directory bugzilla at busybox.net
2018-05-31 8:31 ` bugzilla at busybox.net
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-11056-163@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox