Other Parts Discussed in Thread: SYSBIOS
Hi, I'm studying CC2640R2-LAUNCHPAD using IAR Embedded Workbench Software.
I installed simplelink_cc2640r2_sdk_1_50_00_58 and done just the examples included.
But, I want to copy the examples to other directory and modify -> download to the board.
I have tried that until now.. however, it's too difficult..
I guess, the problem is about library building procedure.
Below is a picture and messages of the problem. what should I do?.
Building configuration: GPIO_Test02 - Debug
Updating build tree...
5 file(s) deleted.
Updating build tree...
ccfg.c
CC2640R2_LAUNCHXL.c
main_tirtos.c
empty.c
Linking
Error[Li005]: no definition for "pthread_attr_init" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\main_tirtos.o]
Error[Li005]: no definition for "pthread_attr_setdetachstate" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\main_tirtos.o]
Error[Li005]: no definition for "pthread_attr_setschedparam" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\main_tirtos.o]
Error[Li005]: no definition for "pthread_attr_setstacksize" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\main_tirtos.o]
Error[Li005]: no definition for "pthread_create" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\main_tirtos.o]
Error[Li005]: no definition for "ti_sysbios_BIOS_start__E" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\main_tirtos.o]
Error[Li005]: no definition for "GPIO_init" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\empty.o]
Error[Li005]: no definition for "UART_init" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\empty.o]
Error[Li005]: no definition for "GPIO_write" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\empty.o]
Error[Li005]: no definition for "usleep" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\empty.o]
Error[Li005]: no definition for "GPIO_toggle" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\empty.o]
Error[Li005]: no definition for "Power_init" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\CC2640R2_LAUNCHXL.o]
Error[Li005]: no definition for "PIN_init" [referenced from C:\Users\algorigo\Desktop\GPIO_Test02\Debug\Obj\CC2640R2_LAUNCHXL.o]
Error while running Linker
Total number of errors: 13
Total number of warnings: 0