From: Victor Aleo (victor.aleo_at_estudiant.upc.es)
Date: 2002-09-10 11:25:44 UTC
Hi everybody!
I use the Prism2-2002-05-19 driver and I want to use some functions from the next files to make a program in the user space. The goal is to create a library with these files, so I will be able to call these functions from my program.
prism2_ap.c, prism2_ioctl.c, (and maybe prism2_proc.c)
I have tried to compile, for example prism2_ap.c, but it says:
[victor]# gcc -c prism2_ap.c
prism2_ap.c:509:41: missing binary operator before '<' prism2_ap.c:1775:42: missing binary operator before '>=' prism2_ap.c:1843:41: missing binary operator before '<' prism2_ap.c:1892:41: missing binary operator before '<'
Is it possible to create an object file for these files?
Thanks,
Victor