Re: [edk2-buildtools] ld: duplicate symbol _zzsyn in: antlr.o err.o

2013-12-05 Thread Andrew Fish
Michael, These changes seem to work for me. Note gcc is just a wrapper for clang at this point. This TOT as of today in the edk2 repo. A UINT64 can not be < 0, and I suppressed some warnings. There was also some bogus C++ code that needed a little help. ~/work/edk2/BaseTools>svn diff Index:

Re: [edk2-buildtools] ld: duplicate symbol _zzsyn in: antlr.o err.o

2013-12-05 Thread Andrew Fish
On Dec 5, 2013, at 9:51 AM, Michael Berman wrote: > Hello, > > I am trying to build the base tools on OSX Mavericks with Xcode version 5.0.2. > The cc —version is: > Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) > Target: x86_64-apple-darwin13.0.0 > Thread model: posix > > I

[edk2-buildtools] ld: duplicate symbol _zzsyn in: antlr.o err.o

2013-12-05 Thread Michael Berman
Hello, I am trying to build the base tools on OSX Mavericks with Xcode version 5.0.2. The cc —version is: Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.0 Thread model: posix I got passed a few initial issues by invoking the build with: C_INCLUDE_PA