Displaying 5 results from an estimated 5 matches for "writepciconfig".
2014 Jan 10
0
EFI build problems
...set but not used [-Wunused-but-set-variable]
hw.c: In function ?WritePort?:
hw.c:94:17: warning: variable ?Status? set but not used [-Wunused-but-set-variable]
hw.c: In function ?ReadPciConfig?:
hw.c:109:17: warning: variable ?Status? set but not used [-Wunused-but-set-variable]
hw.c: In function ?WritePciConfig?:
hw.c:124:17: warning: variable ?Status? set but not used [-Wunused-but-set-variable]
/usr/bin/ar: creating libgnuefi.a
make[3]: Entering directory `/home/wferi/syslinux/syslinux-multilib/efi32/efi'
/home/wferi/syslinux/syslinux-multilib/mk/efi.mk:26: *** Failed to build gnu-efi for ia32. Sto...
2014 Jan 08
1
EFI build problems
On Thu, 19 Dec, at 02:39:23AM, Celelibi wrote:
>
> Hello,
> I confirm the command realpath wasn't installed by default on my
> debian either. And it seems it can be easily replaced by readlink -f.
> And actually I find its use doubtful.
>
> However, as you may have seen, these scripts are quite new and may
> have bugs. Using pushd/popd in a /bin/sh script is a bug.
2014 Jan 02
0
EFI build problems
...set but not used [-Wunused-but-set-variable]
hw.c: In function ?WritePort?:
hw.c:94:17: warning: variable ?Status? set but not used [-Wunused-but-set-variable]
hw.c: In function ?ReadPciConfig?:
hw.c:109:17: warning: variable ?Status? set but not used [-Wunused-but-set-variable]
hw.c: In function ?WritePciConfig?:
hw.c:124:17: warning: variable ?Status? set but not used [-Wunused-but-set-variable]
In file included from /usr/include/elf.h:24:0,
from reloc_ia32.c:39:
/usr/include/features.h:323:26: fatal error: bits/predefs.h: No such file or directory
compilation terminated.
make[4]: *** [r...
2014 Jan 10
2
EFI build problems
On Sat, Jan 4, 2014 at 6:39 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Tue, Dec 17, 2013 at 8:39 AM, Ferenc Wagner <wferi at niif.hu> wrote:
>
>> * make spotless still fails after working around the above:
>> [...]
>> make -r -C efi SRC="/home/wferi/syslinux/syslinux/efi" OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \
>>
2013 Dec 17
6
EFI build problems
Hi,
The internal Gnu-EFI build gives me grief:
* efi/check-gnu-efi.sh: uses realpath, which is not available on my
Debian wheezy system. I now use readlink -f, but wonder if it's
needed at all.
* efi/build-gnu-efi.sh: uses realpath, like above, and also pushd/popd,
which is not built into a standard Bourne shell invoked by #!/bin/sh.
Again I wonder what's the point of it, as