struct
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2008-12-15 6:40 PM
Posted on December 16, 2008 at 03:40
struct
This discussion is locked. Please start a new topic to ask your question.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:56 AM
Posted on May 17, 2011 at 12:56
Hi!
I want to compile IOToggle example project. But the error struct '''' has no field ''Enable'' is appear. I use STM32 FirmWare Lib, why i still encounter this error. Can the example program be wrong ? Thanks..Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:56 AM
Posted on May 17, 2011 at 12:56
Review the ''read me'' file that is included w/in this project. Be sure that you've included all of the files mentioned in the read me.
If this is the 1st project you've tried - try another. A similarity of errors should help you build a solution.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:56 AM
Posted on May 17, 2011 at 12:56
Quote:
struct ''<unnamed>'' has no field ''Enable''
You get this error when you're trying to use an example written for one version of the FWLib with an incompatible version of the FWLib. Some of the examples as distributed by Keil have this problem. Where did you get your example from? [ This message was edited by: st7 on 15-12-2008 19:19 ]Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:56 AM
Posted on May 17, 2011 at 12:56
Thanks..
I found another version of IOToggle example. And it works.