ping
---------- Forwarded message ---------- From: Marc Jones marcj303@gmail.com Date: Mon, Aug 23, 2010 at 6:37 PM Subject: Re: [coreboot] Trouble compiling tint payload To: Andrew Guertin lists@dolphinling.net Cc: coreboot@coreboot.org
On Mon, Aug 23, 2010 at 12:08 PM, Marc Jones marcj303@gmail.com wrote:
On Mon, Aug 23, 2010 at 8:33 AM, Andrew Guertin lists@dolphinling.net wrote:
I figured out the problem right after sending this: when I set $CC, it overwrites the makefile variable that tells it to use lpgcc, so lpgcc isn't getting used.
I changed all occurrences of "CC" in the tint makefile to "MYCC", and it compiled correctly.
Is there a less hackish way I should solve it, and then submit a patch? Or does someone who knows what they're doing better want to take care of it?
Hi Andrew,
I have some patches for tint to add xcompile and some other build changes to match what has gone into libpayload. I'll try to post them later today.
This patch is based on Uwe's, but patching a patch seems odd to me, so here is a new patch that builds on the previous one. Start with a clean tint0.03b and put it in the coreboot payloads directory. You no longer need to build libpayload. The make handles it for you.
Add default libpayload build, xcompile, and lpgcc setup to tint.
Signed-off-by: Marc Jones marc.jones@gmail.com
Let me know how it goes.
Marc