On 03/11/2012 03:52 PM, Michael Hope wrote:
On 10 March 2012 10:49, William Millswmills@ti.com wrote:
Do you guys still use 10.04 32 bit as the reference OS or have you moved on?
Yip, it's all as documented. We use a EC2 cloud instance to build.
The problem is we need to patch the LSB headers and tools to wrok around some issues in the other tools configurery. The result is still LSB compatible. contrib/linaro/build.mk does this automatically by calling contrib/linaro/lsb/make-lsb.sh and then putting the result in the path.
Short story: what you did is right.
Thanks Michael. I see now. I have verified that I can build with LSB if I use the make -f contrib/linaro/build.mk procedure. This will be important to me as the user base for my work is mostly on RHEL4 or SUSE 10.
Now on to the actual task ...
-- Bill