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
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
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
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 (
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
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