* how to cross compile assembly file for powerpc
@ 2007-04-20 19:01 patel nirav
2007-04-20 20:47 ` Conn Clark
0 siblings, 1 reply; 2+ messages in thread
From: patel nirav @ 2007-04-20 19:01 UTC (permalink / raw)
To: linux ppc
[-- Attachment #1: Type: text/plain, Size: 541 bytes --]
hello all,
I have installed croostool for power pc.
Now I created assembly file (.s) with the help of cross compiler.
./powerpc-gcc -S hello.c
Now We have hello.s with us.
Now I make changes in the hello.s
Now I want to create binary executable of hello.s for PowerPC.
So what can I do?
Any help will be appreciated.
Thanks & Regards
Nirav
Institute for Plasma Research,
India.
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
Check outnew cars at Yahoo! Autos.
[-- Attachment #2: Type: text/html, Size: 855 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: how to cross compile assembly file for powerpc
2007-04-20 19:01 how to cross compile assembly file for powerpc patel nirav
@ 2007-04-20 20:47 ` Conn Clark
0 siblings, 0 replies; 2+ messages in thread
From: Conn Clark @ 2007-04-20 20:47 UTC (permalink / raw)
To: patel nirav; +Cc: linux ppc
patel nirav writes:
> hello all,
> I have installed croostool for power pc.
> Now I created assembly file (.s) with the help of cross compiler.
> ./powerpc-gcc -S hello.c
> Now We have hello.s with us.
> Now I make changes in the hello.s
> Now I want to create binary executable of hello.s for PowerPC.
> So what can I do?
> Any help will be appreciated.
>
> Thanks & Regards
>
> Nirav
> Institute for Plasma Research,
> India.
>
Change the name of hello.s to hello.S
then type
./powerpc-gcc hello.S
That should do it.
Conn
---------------------------------------
Conn Clark
Electronic Systems Technology
415 N. Quay Street Building B1 (509)-735-9092 ext 117
Kennewick, WA. 99336
Gentoo Linux RU13$!!!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-20 20:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-20 19:01 how to cross compile assembly file for powerpc patel nirav
2007-04-20 20:47 ` Conn Clark
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).