public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* StrongARM
@ 2002-06-16  9:39 Per Edin
  2002-06-16  9:51 ` StrongARM Oscar Fuentes
  0 siblings, 1 reply; 3+ messages in thread
From: Per Edin @ 2002-06-16  9:39 UTC (permalink / raw)
  To: gcc-help

Hi!

How do i compile a program for the Intel Strong ARM processor using GCC. When 
trying to compile a program with GCC shiped with the Epoc32 SDK it is using 
gcc -mcpu=arm710 which works  fine but cc1plus hangs, when using the GCC 
shiped with CYGWIN gcc return that -mcpu=arm710 is unrecognized. What shall I 
do?

BTW. I am running GCC under Win32 but I can do it under Linux too if it is 
required.
-- 
Best regards, Per Edin
Sweden, Europe
Maintainer and Developer @ the KStorm project.
<http://kstorm.sourceforge.net>
ICQ: 151399739 IRC: minux@irc.kde.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: StrongARM
  2002-06-16  9:39 StrongARM Per Edin
@ 2002-06-16  9:51 ` Oscar Fuentes
  2002-06-19  2:17   ` StrongARM Per Edin
  0 siblings, 1 reply; 3+ messages in thread
From: Oscar Fuentes @ 2002-06-16  9:51 UTC (permalink / raw)
  To: Per Edin; +Cc: gcc-help

Per Edin <per.programmering@telia.com> writes:

> Hi!
> 
> How do i compile a program for the Intel Strong ARM processor using
> GCC. When trying to compile a program with GCC shiped with the
> Epoc32 SDK it is using gcc -mcpu=arm710 which works fine but cc1plus
> hangs,

You need to setup correctly the SDK. IIRC, you need to run
SETGCCRG.EXE with appropriate arguments after SDK installation (try
setgccreg --help). There is a FAQ about this somewhere on the Symbian
site. If you can't find it, ask in the symbian groups or do a Google
search on comp.sys.psion.programmer for details.

> when using the GCC shiped with CYGWIN gcc return that -mcpu=arm710
> is unrecognized.

Most likely because Cygwin is configured for x86.

> What shall I 
> do?
> 
> BTW. I am running GCC under Win32 but I can do it under Linux too if it is 
> required.

If you enjoy Linux and you are developing for EPOC32R5 maybe you will
like this:

http://www.windhager.de/~mattes/epocemx/

-- 
Oscar

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: StrongARM
  2002-06-16  9:51 ` StrongARM Oscar Fuentes
@ 2002-06-19  2:17   ` Per Edin
  0 siblings, 0 replies; 3+ messages in thread
From: Per Edin @ 2002-06-19  2:17 UTC (permalink / raw)
  To: gcc-help

On Sunday 16 June 2002 18:51, Oscar Fuentes wrote:
<snip>
> You need to setup correctly the SDK. IIRC, you need to run
> SETGCCRG.EXE with appropriate arguments after SDK installation (try
</snip>

Thanks, I can now compile the different sources, including my own.

-- 
Best regards, Per Edin
Sweden, Europe
Maintainer and Developer @ the KStorm project.
<http://kstorm.sourceforge.net>
ICQ: 151399739 IRC: minux@irc.kde.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-19  9:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-16  9:39 StrongARM Per Edin
2002-06-16  9:51 ` StrongARM Oscar Fuentes
2002-06-19  2:17   ` StrongARM Per Edin

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 read-only IMAP folder(s) and NNTP newsgroup(s).