Re: C programming on ARM
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Wed, 30 Jan 2008 11:48:01 -0500
Jim Relsh wrote:
"Arlet Ottens" <usenet+5@xxxxxxxxxx> wrote in message
aamer wrote:
How can I correct the following error on ARM7 with C programming?
'=': implicit cast of pointrt to non-equal pointer
Use two pointers of the same type.
Or cast to the correct type (if you are sure and know what you're
doing).
Caution. Most pointer casts are implementation defined. The
exception is casting to and from void*, and from void* back to the
original type.
--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.
--
Posted via a free Usenet account from http://www.teranews.com
.
- Follow-Ups:
- Re: C programming on ARM
- From: Paul Keinanen
- Re: C programming on ARM
- References:
- C programming on ARM
- From: aamer
- Re: C programming on ARM
- From: Arlet Ottens
- Re: C programming on ARM
- From: Jim Relsh
- C programming on ARM
- Prev by Date: Re: Embeded System Recomendation
- Next by Date: Re: regarding ISR
- Previous by thread: Re: C programming on ARM
- Next by thread: Re: C programming on ARM
- Index(es):
Relevant Pages
|