Re: error: expected '=', ',', ';', 'asm' or '__attrib



techie.embedded@xxxxxxxxx wrote:
Hi

I'm trying to compile an ADC Driver & come acrosss the following error.
I've no experience writing drivers before, and hence have no clue how
to fix it.
Hope someone out there has encountered the problem & suggesst a fix for
the same.

The Error is I get is :

qadc.c: At top level:
qadc.c:97: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'qadc_read'
make: *** [qadc.o] Error 1
[root@localhost qadc]#
########################################################################################################################
Cheers

krish


Are you sure, its a driver issue? None of the "Expected Error" show
that... It should have been a driver issue if it compiled and still
couldn't drive your system.

What about C programming experience??
.



Relevant Pages