Thanks for the reply Edk build team.Well I have not yet succeeded in
building Edk2 on both architectures of IA32 & X64. Still facing the same
error of spaces in the Output Directory.Well getting to the X64
architectures alone a another error seems to pop up.

Command Executed:

build -a X64 -p corebootPkg/corebootPkg.dsc -t GCC46 -D
SECURE_BOOT_ENABLE=TRUE

Errors faced:

cal/src/edk2-coreboot-pkg/Build/corebootX64/DEBUG_GCC46/X64/corebootPkg/Sec/SecMain/DEBUG/SecMain.dll
GenFw: ERROR 3000: Invalid
  Unsupported section alignment.
make: ***
[/usr/local/src/edk2-coreboot-pkg/Build/corebootX64/DEBUG_GCC46/X64/corebootPkg/Sec/SecMain/DEBUG/SecMain.efi]
Error 2


build.py...
 : error 7000: Failed to execute command
make tbuild
[/usr/local/src/edk2-coreboot-pkg/Build/corebootX64/DEBUG_GCC46/X64/corebootPkg/Sec/SecMain]


build.py...
 : error F002: Failed to build module
/usr/local/src/edk2-coreboot-pkg/corebootPkg/Sec/SecMain.inf [X64, GCC46,
DEBUG]

- Failed -


Any Idea about this...........


Frank




On Fri, Sep 20, 2013 at 10:29 PM, Laszlo Ersek <[email protected]> wrote:

> On 09/20/13 08:48, Anthony Ross wrote:
> > The compilation of coreboot package while building EDK2 ended up with an
> > error after executing the following command
> >
> > build -a IA32 X64 -p corebootPkg/corebootPkg.dsc -t GCC46 -D
> > CSM_ENABLE=TRUE
> >
> > The error faced:
> >
> > build.py...
> > /usr/local/src/edk2-coreboot-pkg/corebootPkg/corebootPkg.dsc(26): error
> > 3001: No space is allowed in OUTPUT_DIRECTORY
> > Build/coreboot'IA32 X64'
> >
> > - Failed -
> >
> > Please help
>
> On the command line you wrote
>
>   -a IA32 X64
>
> That's invalid syntax. See "build -h":
>
>   -a TARGETARCH, --arch=TARGETARCH
>                    ARCHS is one of list: IA32, X64, IPF, ARM, AARCH64 or
>                    EBC, which overrides target.txt's TARGET_ARCH
>                    definition. To specify more archs, please repeat this
>                    option.
>
> You need to say
>
>   -a IA32 -a X64
>
> Laszlo
>
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
edk2-buildtools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel

Reply via email to