public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] IA64/ecc - Problems with system.h
@ 2003-02-27 19:09 Manoj Kumar Krishnan
  2003-02-27 19:24 ` Siddha, Suresh B
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Manoj Kumar Krishnan @ 2003-02-27 19:09 UTC (permalink / raw)
  To: linux-ia64

I'm having trouble in getting my code compiled using Intel Compilers (6.0
or 7.0) in Linux-IA64. Anyhelp would be appreaciated. Thanks!

--------------------------------------------------------------------

ecc -O -w1 -c -o shmem.o shmem.c

/usr/include/asm/system.h(74): error: asm statements not supported in this
environment
        __asm__ __volatile__ (";;" ::: "memory");
        ^

/usr/include/asm/system.h(74): error: expected a ")"
        __asm__ __volatile__ (";;" ::: "memory");
                                   ^

/usr/include/asm/system.h(260): error: asm statements not supported in
this environment
                __asm__ __volatile (IA64_SEMFIX"xchg1 %0=[%1],%2" : "=r"
(result)
                ^

/usr/include/asm/system.h(260): error: expected a ")"
                __asm__ __volatile (IA64_SEMFIX"xchg1 %0=[%1],%2" : "=r"
(result)
                                                                  ^

/usr/include/asm/system.h(265): error: asm statements not supported in
this environment
                __asm__ __volatile (IA64_SEMFIX"xchg2 %0=[%1],%2" : "=r"
(result)
                ^

/usr/include/asm/system.h(265): error: expected a ")"
                __asm__ __volatile (IA64_SEMFIX"xchg2 %0=[%1],%2" : "=r"
(result)
                                                                  ^

/usr/include/asm/system.h(270): error: asm statements not supported in
this environment
                __asm__ __volatile (IA64_SEMFIX"xchg4 %0=[%1],%2" : "=r"
(result)
                ^

/usr/include/asm/system.h(270): error: expected a ")"
                __asm__ __volatile (IA64_SEMFIX"xchg4 %0=[%1],%2" : "=r"
(result)
                                                                  ^

/usr/include/asm/system.h(275): error: asm statements not supported in
this environment
                __asm__ __volatile (IA64_SEMFIX"xchg8 %0=[%1],%2" : "=r"
(result)
                ^

/usr/include/asm/system.h(275): error: expected a ")"
                __asm__ __volatile (IA64_SEMFIX"xchg8 %0=[%1],%2" : "=r"
(result)
                                                                  ^

compilation aborted for shmem.c (code 2)

----------------------------------------------------------------------

-Manoj:)



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

end of thread, other threads:[~2003-02-27 19:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-27 19:09 [Linux-ia64] IA64/ecc - Problems with system.h Manoj Kumar Krishnan
2003-02-27 19:24 ` Siddha, Suresh B
2003-02-27 19:39 ` Stephane Eranian
2003-02-27 19:47 ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox