This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems with watchdog driver


Hi,

I' m porting  eCos on s3c44b0x.
Now I'm working on hardware watchdog driver.
I've integrated "Watchdog IO device" package in a specific configuration.
I've written watchog driver for a hardware reset. When I build my user
application I encountered this problem:


In file included from wawboot.c:17:
/e/Progetti/B2/wawboot/app/wawdog/wawdog_RAM2_install/include/cyg/io/watchdo
g.hx
x:62: parse error before `Cyg_Watchdog_Action'
/e/Progetti/B2/wawboot/app/wawdog/wawdog_RAM2_install/include/cyg/io/watchdo
g.hx
x:62: warning: type defaults to `int' in declaration of
`Cyg_Watchdog_Action'
/e/Progetti/B2/wawboot/app/wawdog/wawdog_RAM2_install/include/cyg/io/watchdo
g.hx
x:62: warning: data definition has no type or storage class
/e/Progetti/B2/wawboot/app/wawdog/wawdog_RAM2_install/include/cyg/io/watchdo
g.hx
x:67: parse error before `Cyg_Watchdog'
........
........
........
........

line 62 is :

class Cyg_Watchdog_Action

Anybody can help me?


Thanks a lot in advance.
Matto



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]