[edk2-buildtools] Coreboot Package compilation ends up with build error

2013-09-19 Thread Anthony Ross
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 3

[edk2-buildtools] Change include path order or remove path?

2013-09-19 Thread David F.
Hi, I have a conflict of a file name because the build system is adding the directory of the application as the first include path. I really don't need the application file path in the include search path so I'd like to remove it or make it so it's last.For example, c:\edk2\MyPackage\MyApp be

Re: [edk2-buildtools] recommended way to build two different binaries from same code?

2013-09-19 Thread Carsey, Jaben
Can't you just use the -d flag to build to control that? Build -d foo Build -d foo1 You might have to copy the resultant file out of the way first as I expect it will be overwritten on the second pass... -Jaben -Original Message- From: Brian J. Johnson [mailto:[email protected]] Sent:

Re: [edk2-buildtools] recommended way to build two different binaries from same code?

2013-09-19 Thread Brian J. Johnson
On 09/19/2013 02:40 AM, David F. wrote: > Hi, > > What is the recommended method for building to different binaries from > the same code base package. The only difference is the defines used on > building that package, all the other support packages stay the same. > > I thought about having two di

[edk2-buildtools] recommended way to build two different binaries from same code?

2013-09-19 Thread David F.
Hi, What is the recommended method for building to different binaries from the same code base package. The only difference is the defines used on building that package, all the other support packages stay the same. I thought about having two different .inf files with [buildoptions] giving the di