* Problem building app when ARCH=ppc
@ 2007-02-17 1:43 blueskyjb
0 siblings, 0 replies; only message in thread
From: blueskyjb @ 2007-02-17 1:43 UTC (permalink / raw)
To: linuxppc-embedded
This is a follow-up to my earlier post about
include/asm-ppc.
I've got a simple test case that won't build with
ELDK 4.1 configured for a ppc arch:
#include <signal.h>
main(int argc, char **argv)
{
printf("hello world\n");
}
This build just fine with ELDK 4.0 using:
% ppc_6xx-gcc hello_world.c
In ELDK 4.1 it gets an error: asm/sigcontext.h: No such file or directory.
Is include/asm-ppc broken
or do I need to add some additional compile option?
Thanks,
-- Jimmy
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-02-17 1:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-17 1:43 Problem building app when ARCH=ppc blueskyjb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox