Other Parts Discussed in Thread: CC3100,
Hi Dear Support,
I have following problem compiling an example with Multithreading enabled. I have got errors in the file user.h. The following line in user.h is the first of similar errors:
#define sl_SyncObjCreate(pSyncObj,pName) osi_SyncObjCreate(OsiSyncObj_t* pSyncObj)
Description Resource Path Location Type
expected expression before 'OsiSyncObj_t' user.h /FreeRTOS_CC3100_F446RE/Src/cc3100-sdk/platform/stm32nucleo line 773 C/C++ Problem
The following Preprocessor Define:
#define sl_SyncObjWait(pSyncObj,Timeout) osi_SyncObjWait(OsiSyncObj_t* pSyncObj , OsiTime_t Timeout)
results in this error:
Description Resource Path Location Type
too few arguments to function 'osi_SyncObjWait' user.h /FreeRTOS_CC3100_F446RE/Src/cc3100-sdk/platform/stm32nucleo line 834 C/C++ Problem
My Development environment is OpenSTM32/AC6
Thank you for your help.
Otto Parzhuber