iPXE discussion forum
The latest stable sources version, where is to download ? - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: The latest stable sources version, where is to download ? (/showthread.php?tid=18977)



The latest stable sources version, where is to download ? - cpservicespb - 2019-08-19 10:45

Where is able to download the latest stable version ?
Due to git to the date is not built besause of spme vlan erros.


RE: The latest stable sources version, where is to download ? - NiKiZe - 2019-08-19 11:51

git master is latest stable which you find at git.ipxe.org/ipxe.git, there is also prebuilt versions at boot.ipxe.org
It should be explained at http://ipxe.org/download

what errors are you seeing?


RE: The latest stable sources version, where is to download ? - cpservicespb - 2019-08-19 17:00

Here is:
net/netdevice.c: In function ‘net_pull_tags’:
net/netdevice.c:1072:28: warning: implicit declaration of function ‘vlan_find’; did you mean ‘vlan_tag’? [-Wimplicit-function-declaration]
if ( tag == 0 && ! vlan_find ( netdev, tag ) ) {
^~~~~~~~~
vlan_tag
net/netdevice.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-address-of-packed-member’


RE: The latest stable sources version, where is to download ? - cpservicespb - 2020-04-20 23:41

I almoste resolved the issue by my own.
See at https://forum.ipxe.org/showthread.php?tid=21810