This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

please help; 64bit question


i am 64 bit compiling a driver code and i get these
messages(warnings).
please tell me if this is ok and how i may to improve
it?. ult(sol2.8).


# /usr/local/bin/gcc -D_KERNEL -m64 -c csd.c
csd.c:102:9: warning: extra tokens at end of #endif
directive
csd.c:176: warning: initialization from incompatible
pointer type
csd.c: In function `cs_info':
csd.c:1004: warning: cast to pointer from integer of
different size
csd.c: In function `cs_ioctl':
csd.c:1237: warning: cast to pointer from integer of
different size
csd.c:1264: warning: cast to pointer from integer of
different size
csd.c:1275: warning: cast to pointer from integer of
different size
csd.c:1281: warning: cast to pointer from integer of
different size
# /usr/ccs/bin//ld -r csd.o -o csd
# ls
cs_h.h   csd   csd.c    csd.o



__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com


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