Re: [edk2-buildtools] Require help for compiling Coreboot Package

2013-09-11 Thread Gao, Liming
Hi, There is one source code issue that can't pass GCC build. The following messages are reported by GCC. You may need to use type cast to convert data and fix it. /usr/local/src/edk2-coreboot-pkg/corebootPkg/PlatformPei/MemDetect.c:97:19: error: cast to pointer from integer of different size

Re: [edk2-buildtools] What is error F002 trying to tell me?

2013-09-11 Thread David F.
Circular reference, was between DevConsole and that relying on LibC ... On Wed, Sep 11, 2013 at 3:08 PM, David F. wrote: > c:\edk2\Test\Test.dsc(...): error F002: Library > [c:\edk2\MdePkg\Library\UefiLib\UefiLib.inf] with constructors has a cycle > consumed by c:\edk2\StdLib\Li

[edk2-buildtools] What is error F002 trying to tell me?

2013-09-11 Thread David F.
c:\edk2\Test\Test.dsc(...): error F002: Library [c:\edk2\MdePkg\Library\UefiLib\UefiLib.inf] with constructors has a cycle consumed by c:\edk2\StdLib\LibC\LibC.inf I basically added a constructor/destructor to the LibC.inf file CONSTRUCTOR = __ctor_LibC DESTR

Re: [edk2-buildtools] Require help for compiling Coreboot Package

2013-09-11 Thread Andrew Fish
Sent from my iPhone On Sep 11, 2013, at 6:41 AM, Anthony Ross wrote: > Hello one and all > I have been working on building the Coreboot Package from EDK 2 source code > in Ubuntu 12.04 but it has been failing repeatedly. Well earlier after > setting up the EDK 2 environment and entering it (

[edk2-buildtools] Require help for compiling Coreboot Package

2013-09-11 Thread Anthony Ross
Hello one and all I have been working on building the Coreboot Package from EDK 2 source code in Ubuntu 12.04 but it has been failing repeatedly. Well earlier after setting up the EDK 2 environment and entering it (edksetup.sh) the MdeModule package got successfully built with no errors. But gettin

[edk2-buildtools] (no subject)

2013-09-11 Thread Anthony Ross
Hello I have been working on building the Coreboot Package from EDK 2 source code in Ubuntu 12.04 but it has been failing repeatedly. Well earlier after setting up the EDK 2 environment and entering it (edksetup.sh) the MdeModule package got successfully built with no errors. But getting to the Cor