On 09/03/15 05:42, Shubha Ramani wrote: > I grabbed the latest code from github, See below. But it seems like linux > stuff is missing. I see CYGWIN_NT-5.1-i686 and Darwin-i386 under > BaseTools/Bin. Is the gitrepo just not updated ? It seems really old and I > see nothing related to Linux. > I'm trying to build EDK2 on Ubuntu 14.04. I follow the instructions on the > web and they're just not working, mainly because "Linux" build is missing. > Please advise !
If your point is that Linux binaries are not tracked by SVN / git, that's intentional; you have to build them first. $ source edksetup.sh $ make -C "$EDK_TOOLS_PATH" Then you can use the "build" utility (it is on your PATH after sourcing "edksetup.sh") to build various platforms. Laszlo > Thanks Shubha tianocore/edk2 > | | > | | | | | | | | > | tianocore/edk2edk2 - EDK II | > | | > | View on github.com | Preview by Yahoo | > | | > | | > > > Shubha D. [email protected] > [email protected] > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.01.org/mailman/listinfo/edk2-devel > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

