Displaying 5 results from an estimated 5 matches for "writeport".
2014 Jan 10
0
EFI build problems
...-Wunused-but-set-variable]
hand.c: In function ?LibLocateHandleByDiskSignature?:
hand.c:120:28: warning: variable ?Start? set but not used [-Wunused-but-set-variable]
hw.c: In function ?ReadPort?:
hw.c:79:17: warning: variable ?Status? 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...
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
...-Wunused-but-set-variable]
hand.c: In function ?LibLocateHandleByDiskSignature?:
hand.c:120:28: warning: variable ?Start? set but not used [-Wunused-but-set-variable]
hw.c: In function ?ReadPort?:
hw.c:79:17: warning: variable ?Status? 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...
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