iPXE discussion forum

Full Version: The latest stable sources version, where is to download ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Where is able to download the latest stable version ?
Due to git to the date is not built besause of spme vlan erros.
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?
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’
I almoste resolved the issue by my own.
See at https://forum.ipxe.org/showthread.php?tid=21810
Reference URL's