From: <blueskyjb@verizon•net>
To: linuxppc-embedded@ozlabs•org
Subject: Problem building app when ARCH=ppc
Date: Fri, 16 Feb 2007 19:43:59 -0600 (CST) [thread overview]
Message-ID: <673046.109041171676639797.JavaMail.root@vms061.mailsrvcs.net> (raw)
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
reply other threads:[~2007-02-17 1:44 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=673046.109041171676639797.JavaMail.root@vms061.mailsrvcs.net \
--to=blueskyjb@verizon$(echo .)net \
--cc=linuxppc-embedded@ozlabs$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox