erreur de compilation en C. besoin d'aide!!!!

Page principale

Répondre à ce message
Auteur: anne
Date:  
À: guilde
Sujet: erreur de compilation en C. besoin d'aide!!!!
bonjour,

J'essaie de compiler un driver....
il ne veut pas me créer le .o. ;o((

J'ai des
stv680.h:121: parse error before "urb_t"
stv680.h:121: warning: no semicolon at end of struct or union
stv680.h:147: parse error before '}' token
stv680.c:230: dereferencing pointer to incomplete type
stv680.c:263: warning: concatenation of string literals with __FUNCTION__ is deprecated

les "dereferencing pointer to incomplete type"
et les "warning: concatenation of string literals with __FUNCTION__ is deprecated"
j'en ai des pages et des pages....

stv680.c:778: `urb_t' undeclared (first use in this function)
stv680.c:778: (Each undeclared identifier is reported only once
stv680.c:778: for each function it appears in.)
stv680.c:778: `urb' undeclared (first use in this function)

cela se termine par :
stv680.c:1685: warning: concatenation of string literals with __FUNCTION__ is deprecated
make: *** [stv680.o] Erreur 1

et le source du pgm est fini...

pour ceux qui ont l'habitude de compiler du C...
Je cherche où pour ce genre d'erreur...?

merci
anne