We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]
posted on 2015/09/04 09:59:29 AM CEST
Hi, friends
I am new in mikroc for ARM. I downloaded wifi4-click example and wifi library from lib stock.then I added this lib by package manager .after running it shows me this error
0 1 mikroCARM.exe -MSF -DBG -pSTM32F107VC -LHF -DL -SSA -O11111114 -fo72 -N"C:\Users\Hoda\Downloads\Compressed\mikroC PRO for ARM\EasyMx PRO for STM32 - STM32F107VC\WiFi4_click.mcpar" -SP"C:\Users\Public\Documents\Mikroelektronika\mikroC PRO for ARM\defs\" -SP"C:\Users\Public\Documents\Mikroelektronika\mikroC PRO for ARM\Uses\ST M3\" -SP"C:\Users\Hoda\Downloads\Compressed\mikroC PRO for ARM\EasyMx PRO for STM32 - STM32F107VC\" -SP"C:\Users\Public\Documents\Mikroelektronika\mikroC PRO for ARM\Packages\Network_WiFi_ARM\Uses\" -IP"C:\Users\Hoda\Downloads\Compressed\mikroC PRO for ARM\EasyMx PRO for STM32 - STM32F107VC\" "WiFi4_click.c" "__Lib_Math.emcl" "__Lib_MathDouble.emcl" "__Lib_Delays.emcl" "__Lib_System_105_107.emcl" "__Lib_GPIO_32F10x_Defs.emcl" "__Lib_GPIO_32F10x.emcl" "__Lib_CString.emcl" "__Lib_Conversions.emcl" "__Lib_UART_123_45.emcl" "__Lib_TFT.emcl" "__Lib_TFT_Defs.emcl" "__Lib_Net_Wireless_SPWF01S_STM32_defs.emcl" "__Lib_Net_Wireless_SPWF01S_STM32.emcl"
0 122 Compilation Started stdint.h
0 1004 interrupt handler (incTimer at 0x002C) WiFi4_click.c
0 1004 interrupt handler (asyncReq at 0x0037) WiFi4_click.c
67 324 Undeclared identifier 'Net_Wireless_SPWF01S_Process' in expression WiFi4_click.c
67 402 ; expected, but ')' found WiFi4_click.c
67 424 '}' expected ';' found WiFi4_click.c
116 1503 Result is not defined in function: 'AsyncCb' WiFi4_click.c
175 324 Undeclared identifier 'Net_Wireless_SPWF01S_RegisterAsyncDataHandler' in expression WiFi4_click.c
176 324 Undeclared identifier 'Net_Wireless_SPWF01S_RegisterUserHandler' in expression WiFi4_click.c
233 313 Too many actual parameters WiFi4_click.c
233 300 Syntax Error: ')' expected, but '0' found WiFi4_click.c
233 315 Invalid expression WiFi4_click.c
233 402 ; expected, but ')' found WiFi4_click.c
236 424 '}' expected ';' found WiFi4_click.c
253 312 Internal error '' WiFi4_click.c
0 102 Finished (with errors): 04 ÓÂÊÇãÈÑ 2015, 14:20:49 WiFi4_click.mcpar
would you help me?