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