linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* clarification to _GLOBAL declaration in processor.h!!!
@ 2003-02-06  7:18 Anand Franklin J
  2003-02-06 13:45 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Anand Franklin J @ 2003-02-06  7:18 UTC (permalink / raw)
  To: ppc_embedded_maillist


Hi,
        I am compiling a asembler code but it gives the following error,
using the asembler (MVL ppc_405-as)

ppc_call.s:4000: Error: Unrecognized opcode:
`_global(powerpcMfhsmc1_data)'
ppc_call.s:4017: Error: Unrecognized opcode: `_global(setgpio_bit)'
ppc_call.s:4084: Error: Unrecognized opcode: `_global(np_compare_swap)'

how to solve this problem.
thanking you.
franklin.


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: clarification to _GLOBAL declaration in processor.h!!!
  2003-02-06  7:18 clarification to _GLOBAL declaration in processor.h!!! Anand Franklin J
@ 2003-02-06 13:45 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2003-02-06 13:45 UTC (permalink / raw)
  To: Anand Franklin J; +Cc: ppc_embedded_maillist


On Thu, 2003-02-06 at 00:18, Anand Franklin J wrote:
>
> Hi,
>         I am compiling a asembler code but it gives the following error,
> using the asembler (MVL ppc_405-as)
>
> ppc_call.s:4000: Error: Unrecognized opcode:
> `_global(powerpcMfhsmc1_data)'
> ppc_call.s:4017: Error: Unrecognized opcode: `_global(setgpio_bit)'
> ppc_call.s:4084: Error: Unrecognized opcode: `_global(np_compare_swap)'
>
> how to solve this problem.

Check the documentation.  These expressions should be written:

	.globl	powerpcMfhsmc1_data
etc.

--
------------------------------------------------------------
Gary Thomas                 |
MLB Associates              |  Consulting for the
+1 (970) 229-1963           |    Embedded world
http://www.mlbassoc.com/    |
email: <gary@mlbassoc.com>  |
gpg: http://www.chez-thomas.org/gary/gpg_key.asc
------------------------------------------------------------


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2003-02-06 13:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-06  7:18 clarification to _GLOBAL declaration in processor.h!!! Anand Franklin J
2003-02-06 13:45 ` Gary Thomas

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).