[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: USB3.0 XHCI support on GRUB2
From: |
Bjørn Forsman |
Subject: |
Re: USB3.0 XHCI support on GRUB2 |
Date: |
Sun, 5 Mar 2017 16:25:38 +0100 |
On 5 March 2017 at 16:11, Gailu Singh <address@hidden> wrote:
> Getting Build error related to include path. Looks like some Makefile
> problem
>
> bus/usb/xhci/usb/xhci.c:36:26: fatal error: arch/virtual.h: No such file or
> directory
> #include <arch/virtual.h>
What are your build commands?
This worked for me in a Ubuntu 16.04 machine (64-bit):
git clone https://github.com/bjornfor/grub/
git checkout add-coreboot-xhci-driver-2nd-attempt-v2
./autogen.sh
./configure --prefix=$PWD/_install
make
make install
Best regards,
Bjørn Forsman
- USB3.0 XHCI support on GRUB2, Gailu Singh, 2017/03/01
- Fwd: USB3.0 XHCI support on GRUB2, Gailu Singh, 2017/03/01
- Re: USB3.0 XHCI support on GRUB2, Andrei Borzenkov, 2017/03/01
- Re: USB3.0 XHCI support on GRUB2, Bjørn Forsman, 2017/03/01
- Re: USB3.0 XHCI support on GRUB2, Gailu Singh, 2017/03/01
- Re: USB3.0 XHCI support on GRUB2, Andrei Borzenkov, 2017/03/01
- Re: USB3.0 XHCI support on GRUB2, Gailu Singh, 2017/03/01
- Re: USB3.0 XHCI support on GRUB2, Gailu Singh, 2017/03/05
- Re: USB3.0 XHCI support on GRUB2,
Bjørn Forsman <=
- Re: USB3.0 XHCI support on GRUB2, Gailu Singh, 2017/03/05
- Re: USB3.0 XHCI support on GRUB2, Bjørn Forsman, 2017/03/06
- Re: USB3.0 XHCI support on GRUB2, Gailu Singh, 2017/03/06