kissste
Member
thank you. - updated RTL00MP3.
Now, getting
project/src/user/main.c:13:20: fatal error: wc_mgr.h: No such file or directory
compilation terminated.
When I fake it, -- touch empty file, I get the following, so, I definitely need the wc_mgr.h file
project/src/user/main.c:62:14: error: 'wc_start' undeclared (first use in this function)
xTaskCreate(wc_start, "wc_start", 4096, NULL, tskIDLE_PRIORITY + 1 + PRIORITIE_OFFSET, NULL);
^
../RTL00MP3/RTL00_SDKV35a/component/os/freertos/freertos_v8.1.2/Source/include/task.h:333:120: note: in definition of macro 'xTaskCreate'
#define xTaskCreate( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask ) xTaskGenericCreate( ( pvTaskCode ), ( pcName ), ( usStackDepth ), ( pvParameters ), ( uxPriority ), ( pxCreatedTask ), ( NULL ), ( NULL ) )
^
project/src/user/main.c:62:14: note: each undeclared identifier is reported only once for each function it appears in
xTaskCreate(wc_start, "wc_start", 4096, NULL, tskIDLE_PRIORITY + 1 + PRIORITIE_OFFSET, NULL);
^
../RTL00MP3/RTL00_SDKV35a/component/os/freertos/freertos_v8.1.2/Source/include/task.h:333:120: note: in definition of macro 'xTaskCreate'
#define xTaskCreate( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask ) xTaskGenericCreate( ( pvTaskCode ), ( pcName ), ( usStackDepth ), ( pvParameters ), ( uxPriority ), ( pxCreatedTask ), ( NULL ), ( NULL ) )
Now, getting
project/src/user/main.c:13:20: fatal error: wc_mgr.h: No such file or directory
compilation terminated.
When I fake it, -- touch empty file, I get the following, so, I definitely need the wc_mgr.h file
project/src/user/main.c:62:14: error: 'wc_start' undeclared (first use in this function)
xTaskCreate(wc_start, "wc_start", 4096, NULL, tskIDLE_PRIORITY + 1 + PRIORITIE_OFFSET, NULL);
^
../RTL00MP3/RTL00_SDKV35a/component/os/freertos/freertos_v8.1.2/Source/include/task.h:333:120: note: in definition of macro 'xTaskCreate'
#define xTaskCreate( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask ) xTaskGenericCreate( ( pvTaskCode ), ( pcName ), ( usStackDepth ), ( pvParameters ), ( uxPriority ), ( pxCreatedTask ), ( NULL ), ( NULL ) )
^
project/src/user/main.c:62:14: note: each undeclared identifier is reported only once for each function it appears in
xTaskCreate(wc_start, "wc_start", 4096, NULL, tskIDLE_PRIORITY + 1 + PRIORITIE_OFFSET, NULL);
^
../RTL00MP3/RTL00_SDKV35a/component/os/freertos/freertos_v8.1.2/Source/include/task.h:333:120: note: in definition of macro 'xTaskCreate'
#define xTaskCreate( pvTaskCode, pcName, usStackDepth, pvParameters, uxPriority, pxCreatedTask ) xTaskGenericCreate( ( pvTaskCode ), ( pcName ), ( usStackDepth ), ( pvParameters ), ( uxPriority ), ( pxCreatedTask ), ( NULL ), ( NULL ) )