CC autopots.c autopots.c: In function 'autoatpots_timer': autopots.c:79: warning: unused variable 'item' autopots.c: In function 'atcommand_autopots': autopots.c:133: warning: implicit declaration of function 'sscanf_s' autopots.c: In function 'autoatpots_timer': autopots.c:114: warning: array subscript is above array bounds autopots.c:120: warning: array subscript is above array bounds /tmp/ccqykVpt.o: In function `atcommand_autosp': /home/xxx/trunk/src/plugins/autopots.c:231: undefined reference to `sscanf_s' /home/xxx/trunk/src/plugins/autopots.c:232: undefined reference to `sscanf_s' /home/xxx/trunk/src/plugins/autopots.c:228: undefined reference to `sscanf_s' /tmp/ccqykVpt.o: In function `atcommand_autohp': /home/xxx/trunk/src/plugins/autopots.c:189: undefined reference to `sscanf_s' /home/xxx/trunk/src/plugins/autopots.c:190: undefined reference to `sscanf_s' /tmp/ccqykVpt.o:/home/xxx/trunk/src/plugins/autopots.c:186: more undefined references to `sscanf_s' follow collect2: ld returned 1 exit status make[1]: *** [../../plugins/autopots.so] Error 1 make[1]: Leaving directory `/home/xxx/trunk/src/plugins' make: *** [plugins] Error 2
Any one who knows how to fix this ? Thanks in advance.
Edit : I tried using the fresh latest revision, and make plugins. Still the same error.
CC autopots.c
autopots.c: In function 'autoatpots_timer':
autopots.c:79: warning: unused variable 'item'
autopots.c: In function 'atcommand_autopots':
autopots.c:133: warning: implicit declaration of function 'sscanf_s'
autopots.c: In function 'autoatpots_timer':
autopots.c:114: warning: array subscript is above array bounds
autopots.c:120: warning: array subscript is above array bounds
/tmp/ccqykVpt.o: In function `atcommand_autosp':
/home/xxx/trunk/src/plugins/autopots.c:231: undefined reference to `sscanf_s'
/home/xxx/trunk/src/plugins/autopots.c:232: undefined reference to `sscanf_s'
/home/xxx/trunk/src/plugins/autopots.c:228: undefined reference to `sscanf_s'
/tmp/ccqykVpt.o: In function `atcommand_autohp':
/home/xxx/trunk/src/plugins/autopots.c:189: undefined reference to `sscanf_s'
/home/xxx/trunk/src/plugins/autopots.c:190: undefined reference to `sscanf_s'
/tmp/ccqykVpt.o:/home/xxx/trunk/src/plugins/autopots.c:186: more undefined references to `sscanf_s' follow
collect2: ld returned 1 exit status
make[1]: *** [../../plugins/autopots.so] Error 1
make[1]: Leaving directory `/home/xxx/trunk/src/plugins'
make: *** [plugins] Error 2
Any one who knows how to fix this ? Thanks in advance.
Edit : I tried using the fresh latest revision, and make plugins. Still the same error.
Edited by - MarielShare this post
Link to post
Share on other sites