unknown type name 'prog_char' error ?

Status
Not open for further replies.

bianchi77

Advanced Member level 4
Joined
Jun 11, 2009
Messages
1,313
Helped
21
Reputation
44
Reaction score
20
Trophy points
1,318
Location
California
Visit site
Activity points
9,442
Guys,
why do I get this error ?
Error 1 unknown type name 'prog_char'

any ideas will be appreciated,
thanks
Code:
void xputs(const prog_char *string);

/*  The string placed in the ROM is forwarded to xputc() directly.
*/
 

You've posted a function declaration, not a function definition.

Unfortunately, you have not posted enough information to provide/advise a possible solution.

Post your code including where you've called the function xputs().

Is the function xputs() defined in a third party library? If so, which library?

Is the function xputs() part of a FAT File System Library?

BigDog
 

Yes I got it from here : **broken link removed** and tried to compile the example for AVR and got the errors above...
what's the cause ? any experiences ?

thanks
 

Reactions: noel_t

    noel_t

    Points: 2
    Helpful Answer Positive Rating
Thanks buddy....I'm trying from generic now....

- - - Updated - - -

can I use 8Gb for this example ? I have one and formatted on FAT32
 


Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…