Displaying 5 results from an estimated 5 matches for "_devpathipv4".
Did you mean:
_devpathipv6
2014 Jan 10
0
EFI build problems
...remote: Counting objects: 319, done.
remote: Compressing objects: 100% (273/273), done.
remote: Total 319 (delta 132), reused 112 (delta 18)
Receiving objects: 100% (319/319), 193.41 KiB | 146 KiB/s, done.
Resolving deltas: 100% (132/132), done.
/usr/bin/ar: creating libefi.a
dpath.c: In function ?_DevPathIPv4?:
dpath.c:678:27: warning: variable ?IP? set but not used [-Wunused-but-set-variable]
dpath.c: In function ?_DevPathIPv6?:
dpath.c:690:27: warning: variable ?IP? set but not used [-Wunused-but-set-variable]
dpath.c: In function ?_DevPathInfiniBand?:
dpath.c:702:30: warning: variable ?InfiniBand? se...
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
...[3]: Leaving directory `/home/wferi/syslinux/syslinux/efi32/sample'
make -r -C efi SRC="/home/wferi/syslinux/syslinux/efi" OBJ="/home/wferi/syslinux/syslinux/efi32/efi" \
-f /home/wferi/syslinux/syslinux/efi/Makefile all
/usr/bin/ar: creating libefi.a
dpath.c: In function ?_DevPathIPv4?:
dpath.c:678:27: warning: variable ?IP? set but not used [-Wunused-but-set-variable]
dpath.c: In function ?_DevPathIPv6?:
dpath.c:690:27: warning: variable ?IP? set but not used [-Wunused-but-set-variable]
dpath.c: In function ?_DevPathInfiniBand?:
dpath.c:702:30: warning: variable ?InfiniBand? se...
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