Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

unknown type name 'prog_char' error ?

Status
Not open for further replies.

bianchi77

Advanced Member level 4
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
 

  • Like
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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top