Can't build the 'hello world' application provided with SDK_2.x_RapidIoT_MK64F12, the file GUI.h is missing in the SDK.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can't build the 'hello world' application provided with SDK_2.x_RapidIoT_MK64F12, the file GUI.h is missing in the SDK.

Jump to solution
5,772 Views
luc_de_pauw
Contributor III

Hello,

Using MCUXpresso with the SDK_2.x_RapidIoT_MK64F12 (2.3.0) I'm trying to build the 'hello world' app as instructed here NXP Rapid IoT Prototyping Kit|NXP 

The compiler can't find the file GUI.h, it isn't in the SDK  ?

Here's an extract from the build log:

Invoking: MCU C Compiler
arm-none-eabi-gcc -std=gnu99 -D__REDLIB__ -DCPU_MK64FN1M0VDC12_cm4 -DCPU_MK64FN1M0VDC12 -DENABLE_RAM_VECTOR_TABLE=1 -DCPU_MK64FN1M0VMD12 -DRAPID_IOT -DFRDM_K64F -DNDEBUG -DUSE_RTOS=1 -DFRDM_K64F_KW41Z=1 -DFSL_RTOS_FREE_RTOS -DPRINTF_FLOAT_ENABLE=1 -DSDK_DEBUGCONSOLE=1 -D__MCUXPRESSO -D__USE_CMSIS -DDEBUG -I../board -I../source -I../ -I../drivers -I../CMSIS -I../drivers/freertos -I../freertos/include -I../freertos/portable -I../utilities -I../startup -I../emwin/emWin_Config -I../emwin/emWin_header -I../freertos -I../devices -I../CMSIS_driver -I../systick_utils -I../app_update/smc -I../app_update/crc -I../authentication -I../spi_flash -I../app_update -I../ui_manager -I../ui_manager/pictures -I../lcd -I../bluetooth -I../framework/Flash/Internal -I../framework/FSCI/Interface -I../framework/FSCI/Source -I../framework/FunctionLib -I../framework/GPIO -I../framework/Keyboard/Interface -I../framework/LED/Interface -I../framework/Lists -I../framework/MemManager/Interface -I../framework/Messaging/Interface -I../framework/Messaging/ModuleInfo -I../framework/OSAbstraction/Interface -I../framework/Panic/Interface -I../framework/SerialManager/Interface -I../framework/SerialManager/Source -I../framework/Shell/Interface -I../framework/TimersManager/Interface -I../framework/TimersManager/Source -I../framework -I../nwk_ip/base/interface -I../nwk_ip/core/interface -I../nwk_ip/core/interface/modules -I../nwk_ip/core/interface/thread -I../nwk_ip/border_router -I../nwk_ip/common -I../nwk_ip/kinetis_host/inc -I../sensors -I../sensors/interfaces -I../lwip/port -I../lwip/port/arch -I../lwip/src/include/lwip -I../lwip/src/include/lwip/priv -I../lwip/src/include/lwip/prot -I../lwip/src/include/netif -I../lwip/src/include/netif/ppp -I../lwip/src/include/netif/ppp/polarssl -I../lwip/src/include -O0 -fno-common -g -Wall -c  -ffunction-sections  -fdata-sections  -ffreestanding  -fno-builtin -imacros "./nwk_ip/border_router/config.h" -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"utilities/fsl_assert.d" -MT"utilities/fsl_assert.o" -MT"utilities/fsl_assert.d" -o "utilities/fsl_assert.o" "../utilities/fsl_assert.c"
../ui_manager/ui_manager.c:52:10: fatal error: GUI.h: No such file or directory
arm-none-eabi-gcc -std=gnu99 -D__REDLIB__ -DCPU_MK64FN1M0VDC12_cm4 -DCPU_MK64FN1M0VDC12 -DENABLE_RAM_VECTOR_TABLE=1 -DCPU_MK64FN1M0VMD12 -DRAPID_IOT -DFRDM_K64F -DNDEBUG -DUSE_RTOS=1 -DFRDM_K64F_KW41Z=1 -DFSL_RTOS_FREE_RTOS -DPRINTF_FLOAT_ENABLE=1 -DSDK_DEBUGCONSOLE=1 -D__MCUXPRESSO -D__USE_CMSIS -DDEBUG -I../board -I../source -I../ -I../drivers -I../CMSIS -I../drivers/freertos -I../freertos/include -I../freertos/portable -I../utilities -I../startup -I../emwin/emWin_Config -I../emwin/emWin_header -I../freertos -I../devices -I../CMSIS_driver -I../systick_utils -I../app_update/smc -I../app_update/crc -I../authentication -I../spi_flash -I../app_update -I../ui_manager -I../ui_manager/pictures -I../lcd -I../bluetooth -I../framework/Flash/Internal -I../framework/FSCI/Interface -I../framework/FSCI/Source -I../framework/FunctionLib -I../framework/GPIO -I../framework/Keyboard/Interface -I../framework/LED/Interface -I../framework/Lists -I../framework/MemManager/Interface -I../framework/Messaging/Interface -I../framework/Messaging/ModuleInfo -I../framework/OSAbstraction/Interface -I../framework/Panic/Interface -I../framework/SerialManager/Interface -I../framework/SerialManager/Source -I../framework/Shell/Interface -I../framework/TimersManager/Interface -I../framework/TimersManager/Source -I../framework -I../nwk_ip/base/interface -I../nwk_ip/core/interface -I../nwk_ip/core/interface/modules -I../nwk_ip/core/interface/thread -I../nwk_ip/border_router -I../nwk_ip/common -I../nwk_ip/kinetis_host/inc -I../sensors -I../sensors/interfaces -I../lwip/port -I../lwip/port/arch -I../lwip/src/include/lwip -I../lwip/src/include/lwip/priv -I../lwip/src/include/lwip/prot -I../lwip/src/include/netif -I../lwip/src/include/netif/ppp -I../lwip/src/include/netif/ppp/polarssl -I../lwip/src/include -O0 -fno-common -g -Wall -c  -ffunction-sections  -fdata-sections  -ffreestanding  -fno-builtin -imacros "./nwk_ip/border_router/config.h" -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"utilities/fsl_log.d" -MT"utilities/fsl_log.o" -MT"utilities/fsl_log.d" -o "utilities/fsl_log.o" "../utilities/fsl_log.c"
 #include "GUI.h"
arm-none-eabi-gcc -std=gnu99 -D__REDLIB__ -DCPU_MK64FN1M0VDC12_cm4 -DCPU_MK64FN1M0VDC12 -DENABLE_RAM_VECTOR_TABLE=1 -DCPU_MK64FN1M0VMD12 -DRAPID_IOT -DFRDM_K64F -DNDEBUG -DUSE_RTOS=1 -DFRDM_K64F_KW41Z=1 -DFSL_RTOS_FREE_RTOS -DPRINTF_FLOAT_ENABLE=1 -DSDK_DEBUGCONSOLE=1 -D__MCUXPRESSO -D__USE_CMSIS -DDEBUG -I../board -I../source -I../ -I../drivers -I../CMSIS -I../drivers/freertos -I../freertos/include -I../freertos/portable -I../utilities -I../startup -I../emwin/emWin_Config -I../emwin/emWin_header -I../freertos -I../devices -I../CMSIS_driver -I../systick_utils -I../app_update/smc -I../app_update/crc -I../authentication -I../spi_flash -I../app_update -I../ui_manager -I../ui_manager/pictures -I../lcd -I../bluetooth -I../framework/Flash/Internal -I../framework/FSCI/Interface -I../framework/FSCI/Source -I../framework/FunctionLib -I../framework/GPIO -I../framework/Keyboard/Interface -I../framework/LED/Interface -I../framework/Lists -I../framework/MemManager/Interface -I../framework/Messaging/Interface -I../framework/Messaging/ModuleInfo -I../framework/OSAbstraction/Interface -I../framework/Panic/Interface -I../framework/SerialManager/Interface -I../framework/SerialManager/Source -I../framework/Shell/Interface -I../framework/TimersManager/Interface -I../framework/TimersManager/Source -I../framework -I../nwk_ip/base/interface -I../nwk_ip/core/interface -I../nwk_ip/core/interface/modules -I../nwk_ip/core/interface/thread -I../nwk_ip/border_router -I../nwk_ip/common -I../nwk_ip/kinetis_host/inc -I../sensors -I../sensors/interfaces -I../lwip/port -I../lwip/port/arch -I../lwip/src/include/lwip -I../lwip/src/include/lwip/priv -I../lwip/src/include/lwip/prot -I../lwip/src/include/netif -I../lwip/src/include/netif/ppp -I../lwip/src/include/netif/ppp/polarssl -I../lwip/src/include -O0 -fno-common -g -Wall -c  -ffunction-sections  -fdata-sections  -ffreestanding  -fno-builtin -imacros "./nwk_ip/border_router/config.h" -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"utilities/fsl_str.d" -MT"utilities/fsl_str.o" -MT"utilities/fsl_str.d" -o "utilities/fsl_str.o" "../utilities/fsl_str.c"
          ^~~~~~~
arm-none-eabi-gcc -std=gnu99 -D__REDLIB__ -DCPU_MK64FN1M0VDC12_cm4 -DCPU_MK64FN1M0VDC12 -DENABLE_RAM_VECTOR_TABLE=1 -DCPU_MK64FN1M0VMD12 -DRAPID_IOT -DFRDM_K64F -DNDEBUG -DUSE_RTOS=1 -DFRDM_K64F_KW41Z=1 -DFSL_RTOS_FREE_RTOS -DPRINTF_FLOAT_ENABLE=1 -DSDK_DEBUGCONSOLE=1 -D__MCUXPRESSO -D__USE_CMSIS -DDEBUG -I../board -I../source -I../ -I../drivers -I../CMSIS -I../drivers/freertos -I../freertos/include -I../freertos/portable -I../utilities -I../startup -I../emwin/emWin_Config -I../emwin/emWin_header -I../freertos -I../devices -I../CMSIS_driver -I../systick_utils -I../app_update/smc -I../app_update/crc -I../authentication -I../spi_flash -I../app_update -I../ui_manager -I../ui_manager/pictures -I../lcd -I../bluetooth -I../framework/Flash/Internal -I../framework/FSCI/Interface -I../framework/FSCI/Source -I../framework/FunctionLib -I../framework/GPIO -I../framework/Keyboard/Interface -I../framework/LED/Interface -I../framework/Lists -I../framework/MemManager/Interface -I../framework/Messaging/Interface -I../framework/Messaging/ModuleInfo -I../framework/OSAbstraction/Interface -I../framework/Panic/Interface -I../framework/SerialManager/Interface -I../framework/SerialManager/Source -I../framework/Shell/Interface -I../framework/TimersManager/Interface -I../framework/TimersManager/Source -I../framework -I../nwk_ip/base/interface -I../nwk_ip/core/interface -I../nwk_ip/core/interface/modules -I../nwk_ip/core/interface/thread -I../nwk_ip/border_router -I../nwk_ip/common -I../nwk_ip/kinetis_host/inc -I../sensors -I../sensors/interfaces -I../lwip/port -I../lwip/port/arch -I../lwip/src/include/lwip -I../lwip/src/include/lwip/priv -I../lwip/src/include/lwip/prot -I../lwip/src/include/netif -I../lwip/src/include/netif/ppp -I../lwip/src/include/netif/ppp/polarssl -I../lwip/src/include -O0 -fno-common -g -Wall -c  -ffunction-sections  -fdata-sections  -ffreestanding  -fno-builtin -imacros "./nwk_ip/border_router/config.h" -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"ui_manager/pictures/img_bmp_callbacks.d" -MT"ui_manager/pictures/img_bmp_callbacks.o" -MT"ui_manager/pictures/img_bmp_callbacks.d" -o "ui_manager/pictures/img_bmp_callbacks.o" "../ui_manager/pictures/img_bmp_callbacks.c"
compilation terminated.
arm-none-eabi-gcc -std=gnu99 -D__REDLIB__ -DCPU_MK64FN1M0VDC12_cm4 -DCPU_MK64FN1M0VDC12 -DENABLE_RAM_VECTOR_TABLE=1 -DCPU_MK64FN1M0VMD12 -DRAPID_IOT -DFRDM_K64F -DNDEBUG -DUSE_RTOS=1 -DFRDM_K64F_KW41Z=1 -DFSL_RTOS_FREE_RTOS -DPRINTF_FLOAT_ENABLE=1 -DSDK_DEBUGCONSOLE=1 -D__MCUXPRESSO -D__USE_CMSIS -DDEBUG -I../board -I../source -I../ -I../drivers -I../CMSIS -I../drivers/freertos -I../freertos/include -I../freertos/portable -I../utilities -I../startup -I../emwin/emWin_Config -I../emwin/emWin_header -I../freertos -I../devices -I../CMSIS_driver -I../systick_utils -I../app_update/smc -I../app_update/crc -I../authentication -I../spi_flash -I../app_update -I../ui_manager -I../ui_manager/pictures -I../lcd -I../bluetooth -I../framework/Flash/Internal -I../framework/FSCI/Interface -I../framework/FSCI/Source -I../framework/FunctionLib -I../framework/GPIO -I../framework/Keyboard/Interface -I../framework/LED/Interface -I../framework/Lists -I../framework/MemManager/Interface -I../framework/Messaging/Interface -I../framework/Messaging/ModuleInfo -I../framework/OSAbstraction/Interface -I../framework/Panic/Interface -I../framework/SerialManager/Interface -I../framework/SerialManager/Source -I../framework/Shell/Interface -I../framework/TimersManager/Interface -I../framework/TimersManager/Source -I../framework -I../nwk_ip/base/interface -I../nwk_ip/core/interface -I../nwk_ip/core/interface/modules -I../nwk_ip/core/interface/thread -I../nwk_ip/border_router -I../nwk_ip/common -I../nwk_ip/kinetis_host/inc -I../sensors -I../sensors/interfaces -I../lwip/port -I../lwip/port/arch -I../lwip/src/include/lwip -I../lwip/src/include/lwip/priv -I../lwip/src/include/lwip/prot -I../lwip/src/include/netif -I../lwip/src/include/netif/ppp -I../lwip/src/include/netif/ppp/polarssl -I../lwip/src/include -O0 -fno-common -g -Wall -c  -ffunction-sections  -fdata-sections  -ffreestanding  -fno-builtin -imacros "./nwk_ip/border_router/config.h" -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"ui_manager/ui_manager.d" -MT"ui_manager/ui_manager.o" -MT"ui_manager/ui_manager.d" -o "ui_manager/ui_manager.o" "../ui_manager/ui_manager.c"
make: *** [ui_manager/ui_manager.o] Error 1
arm-none-eabi-gcc -std=gnu99 -D__REDLIB__ -DCPU_MK64FN1M0VDC12_cm4 -DCPU_MK64FN1M0VDC12 -DENABLE_RAM_VECTOR_TABLE=1 -DCPU_MK64FN1M0VMD12 -DRAPID_IOT -DFRDM_K64F -DNDEBUG -DUSE_RTOS=1 -DFRDM_K64F_KW41Z=1 -DFSL_RTOS_FREE_RTOS -DPRINTF_FLOAT_ENABLE=1 -DSDK_DEBUGCONSOLE=1 -D__MCUXPRESSO -D__USE_CMSIS -DDEBUG -I../board -I../source -I../ -I../drivers -I../CMSIS -I../drivers/freertos -I../freertos/include -I../freertos/portable -I../utilities -I../startup -I../emwin/emWin_Config -I../emwin/emWin_header -I../freertos -I../devices -I../CMSIS_driver -I../systick_utils -I../app_update/smc -I../app_update/crc -I../authentication -I../spi_flash -I../app_update -I../ui_manager -I../ui_manager/pictures -I../lcd -I../bluetooth -I../framework/Flash/Internal -I../framework/FSCI/Interface -I../framework/FSCI/Source -I../framework/FunctionLib -I../framework/GPIO -I../framework/Keyboard/Interface -I../framework/LED/Interface -I../framework/Lists -I../framework/MemManager/Interface -I../framework/Messaging/Interface -I../framework/Messaging/ModuleInfo -I../framework/OSAbstraction/Interface -I../framework/Panic/Interface -I../framework/SerialManager/Interface -I../framework/SerialManager/Source -I../framework/Shell/Interface -I../framework/TimersManager/Interface -I../framework/TimersManager/Source -I../framework -I../nwk_ip/base/interface -I../nwk_ip/core/interface -I../nwk_ip/core/interface/modules -I../nwk_ip/core/interface/thread -I../nwk_ip/border_router -I../nwk_ip/common -I../nwk_ip/kinetis_host/inc -I../sensors -I../sensors/interfaces -I../lwip/port -I../lwip/port/arch -I../lwip/src/include/lwip -I../lwip/src/include/lwip/priv -I../lwip/src/include/lwip/prot -I../lwip/src/include/netif -I../lwip/src/include/netif/ppp -I../lwip/src/include/netif/ppp/polarssl -I../lwip/src/include -O0 -fno-common -g -Wall -c  -ffunction-sections  -fdata-sections  -ffreestanding  -fno-builtin -imacros "./nwk_ip/border_router/config.h" -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -D__REDLIB__ -specs=redlib.specs -MMD -MP -MF"systick_utils/systick_utils.d" -MT"systick_utils/systick_utils.o" -MT"systick_utils/systick_utils.d" -o "systick_utils/systick_utils.o" "../systick_utils/systick_utils.c"
make: *** Waiting for unfinished jobs....
ui_manager/subdir.mk:18: recipe for target 'ui_manager/ui_manager.o' failed
Finished building: ../ui_manager/pictures/img_bmp_callbacks.c
Finished building: ../utilities/fsl_assert.c
 
 
Finished building: ../utilities/fsl_log.c
Finished building: ../utilities/fsl_io.c
 
 
Finished building: ../utilities/fsl_debug_console.c
 
Finished building: ../systick_utils/systick_utils.c
 
Finished building: ../utilities/fsl_str.c

Labels (1)
1 Solution
4,684 Views
theophileleroy
NXP Employee
NXP Employee

Luc De pauw

About the Linux setup. We did identify the problem, a fix is under development. We will update the SDK package in the upcoming days.

If you want, here is the file you want to update in the SDK package to resolve the issue.

Feel free to tick answer as helpful if this solves your issue.

View solution in original post

25 Replies
4,685 Views
theophileleroy
NXP Employee
NXP Employee

Luc De pauw

About the Linux setup. We did identify the problem, a fix is under development. We will update the SDK package in the upcoming days.

If you want, here is the file you want to update in the SDK package to resolve the issue.

Feel free to tick answer as helpful if this solves your issue.

4,285 Views
luc_de_pauw
Contributor III

Hello Theophile,

I can confirm this fixes the issue.

Steps involved:

- I replaced the  existing manifest file with the one provided in your reply into the original SDK package.

- Deleted the SDK's from workspaces

- Deleted the example project from workspace

- Re-imported the SDK's

- Created the hello world program

- Build project

- OK

Not tested yet on the device.

Regards

Luc

4,289 Views
theophileleroy
NXP Employee
NXP Employee

Hi all,

As mentioned by Eric M. above, we successfully reproduced the issue, by drag&droping zip file of SDK directly.

See the attached pdf document to:

    1) Reproduce the issue

    2) Fix it

If this does not work for you guys, we will need more details on your setup and your methodology, we can arrange short skype meeting with screen sharing to have a better understanding of your problem and to take the right actions.

Luc De pauw‌ Seems like your issue has the same outcome but with a different development. We will investigate on a Linux setup to see if we arrive at the same result.

Regards,

Theophile

0 Kudos
4,285 Views
luc_de_pauw
Contributor III

Any news about the setup on linux ? From my analysis it seems not all the files in the manifest get properly copied in the correct target path due to some unkown reason.

In the java log I see no issues (I'm an experienced java and Eclipse RCP dev).

Except this is a bit strange when importing the hello world, my guess these messages are from the xml parser:

!ENTRY org.eclipse.cdt.core 1 0 2018-11-05 20:33:26.254 !MESSAGE Indexed 'rapid_iot_k64f_hello_world' (0 sources, 0 headers) in 0 sec: 0 declarations; 0 references; 0 unresolved inclusions; 0 syntax errors; 0 unresolved names (0%)

For the other examples:
!ENTRY org.eclipse.cdt.core 1 0 2018-10-12 18:08:11.860 !MESSAGE Indexed 'kboot_k64f' (123 sources, 215 headers) in 6.51 sec: 23,049 declarations; 75,106 references; 4 unresolved inclusions; 78 syntax errors; 48 unresolved names (0.049%)  !ENTRY org.eclipse.cdt.core 1 0 2018-10-12 18:08:19.377 !MESSAGE Indexed 'RapidIot_Base' (204 sources, 439 headers) in 7.5 sec: 47,960 declarations; 153,930 references; 10 unresolved inclusions; 70 syntax errors; 410 unresolved names (0.2%)  !ENTRY org.eclipse.cdt.core 1 0 2018-10-12 18:08:23.361 !MESSAGE Indexed 'Rapid IoT Kit Out Of Box Demo' (64 sources, 305 headers) in 3.98 sec: 45,459 declarations; 72,844 references; 0 unresolved inclusions; 3 syntax errors; 2 unresolved names (0.0017%)

Regards

Luc

0 Kudos
4,289 Views
joseph_reveane
Contributor III

Hi Theophile,

I've followed your instructions to fix the issue and I was able to get the "hello world"

application to build correctly on my Windows 10 system :smileyhappy:

Thanks a lot for your help.

Regards.

/joseph

4,285 Views
theophileleroy
NXP Employee
NXP Employee

Did you also successfully build this project on your Linux (Debian 9) setup? If not, can I ask you to try and come back to me with the result ?

Thank you very much

0 Kudos
4,285 Views
joseph_reveane
Contributor III

Hi Theophile,

I've just tried to apply the same method on my Debian 9 system but I still face the same issue (missing GUI.h).

I've tried also to delete the SDK several times, import it either as a Zip file and  or a directory, but without any success.

Regards.

/joseph

0 Kudos
4,293 Views
theophileleroy
NXP Employee
NXP Employee

joseph reveane, glad to read that. You are welcome.

Have fun with Rapid-IoT !

Théophile,

0 Kudos
4,295 Views
frq05186
NXP Employee
NXP Employee

Hi all,

I have been able to reproduce your issue (same error, same log)

To do so, I am importing the SDK zip file instead of importing unzipped SDK_2.2_RapidIot_MKW41Z4 and SDK_2.3.0_RapidIoT_MK64F12 folders one by one.

Can you try the following:

- Put the SDK zip near to your root (like C:\Temp)

- Extract in place. You should have the 2 above mentionned folders next to your zip file.

- Delete the SDK from your MCU Xpresso (Right click and delete) 1 by 1

- Delete your Hello world project

- From a file explorer drag and drop each of the above mentionned folders one by one 

- Import the project again, using right option

- Compilation was only succesful on my end (while I had error on Gui.h importing zip only)

Eric

0 Kudos
4,295 Views
luc_de_pauw
Contributor III

Hello Eric,

I never imported the zip files directly, so not the case. I even tried putting the 2 folders in the root of my home folder on linux. Deleted all sdk/projects in the workspace. Re-imported 'hello_world', same problem. Also checked the access settings on the files, nothing suspect.

Regards

Luc

0 Kudos
4,295 Views
beejesh_ag
Contributor II

Hi theophileleroy‌, 

Me too using the same setup as mentioned by Joseph above.

Even I have tried another example ..\SDK_2.3.0_RapidIoT_MK64F12\boards\rpk_k64f\rapid_iot_apps\atmosphere_app.

In this project I'm facing issue with missing library '-MK64FN1M0xxx12_Project'.

Couldn't find any library related to this flag in entire SDK folder  ".\SDK_2.3.0_RapidIoT_MK64F12\". 

Below are log details from console for this particular case.

Mean while may I ask you that , Could you try building this project in a fresh computer, So that we confirm that we are on same page. Thanks a lot for your support.

LOG:**************************************

Building target: Rapid IoT Kit Out Of Box Demo.axf
Invoking: MCU Linker
arm-none-eabi-gcc -L"C:\MCUXpresso.workspace\SDK_2.3.0_RapidIoT_MK64F12\middleware\atmosphere\RapidIot_Base\Debug" -L"../../../../../middleware/atmosphere/lib" -L"../../../../../middleware/atmosphere/RapidIot_Base/Debug" -Xlinker -Map="Rapid IoT Kit Out Of Box Demo.map" -Xlinker --gc-sections -Xlinker -print-memory-usage -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -T MK64FN1M0xxx12_connectivity.ld -L ../ -o "Rapid IoT Kit Out Of Box Demo.axf" ./user_buttons/user_buttons.o ./ui_template/AtmosphereIoTSplashBlack.o ./ui_template/ui_pagecontrol.o ./ui_template/ui_template_iconlines.o ./ui_template/ui_template_selecticon.o ./ui_template/ui_template_singleicontext.o ./ui_template/ui_template_statictext.o ./ui_template/ui_template_systemstatus.o ./ui_template/ui_template_textmeas.o ./uart/uart.o ./uart/uart_mk64f.o ./tsl2572/tsl2572.o ./tsl2572/tsl2572_internal.o ./thread/thread_volansys.o ./sx9500/sx9500.o ./sx9500/sx9500_internal.o ./spi/spi.o ./spi/spi_mk64f.o ./ringbuffer/atmosphere_ringbuffer.o ./pwm/pwm.o ./pwm/pwm_mk64f.o ./mpl3115/mpl3115.o ./mpl3115/mpl3115_internal.o ./interval/interval.o ./interval/interval_mk64f.o ./i2c/i2c.o ./i2c/i2c_mk64f.o ./gpio/gpio.o ./gpio/gpio_mk64f.o ./fxos8700/fxos8700.o ./fxos8700/fxos8700_internal.o ./fxas21002/fxas21002.o ./filesystem/filesystem.o ./filesystem/filesystem_lfs.o ./filesystem/lfs.o ./filesystem/lfs_util.o ./ens210/ens210.o ./ens210/ens210_internal.o ./emWin/emwin_support.o ./datetime/datetime.o ./datetime/datetime_mk64f.o ./datetime/pcf2123.o ./core/core.o ./cloud/cloud.o ./cloud/cloud_ble.o ./ccs811/ccs811.o ./ccs811/ccs811_internal.o ./buzzer/buzzer.o ./board/startup_MK64F12.o ./block/block.o ./block/block_mk64f.o ./ble/ble.o ./ble/ble_db_mk64f.o ./ble/ble_mk64f.o ./ble/ble_mk64f_helpers.o ./battery/battery_mk64f.o ./app_src/app_init.o ./app_src/atmosphere_abilityHandler.o ./app_src/atmosphere_callbacks.o ./app_src/atmosphere_elementSetup.o ./app_src/atmosphere_interruptsHandler.o ./app_src/atmosphere_platform.o ./app_src/atmosphere_triggerHandler.o ./adc/adc.o ./adc/adc_mk64f.o -lMK64FN1M0xxx12_Project -lRapidIot_Base -lm -lc -lgcc -lnosys -lemWin_M4F
c:/nxp/mcuxpressoide_10.2.1_795/ide/tools/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot find -lMK64FN1M0xxx12_Project
collect2.exe: error: ld returned 1 exit status
make[1]: *** [Rapid IoT Kit Out Of Box Demo.axf] Error 1
make: *** [all] Error 2

0 Kudos
4,295 Views
theophileleroy
NXP Employee
NXP Employee

Were are currently working on identifying the problem root cause.

To make sure that we are all using the same tools, which version of MCUXpresso are you using?

Lastes't release would be recommended 10.2.1_795 to work with Rapid-IoT-Kit.

Also last version of SDK available here

We will keep you informed of our progress,

Regards,

0 Kudos
4,295 Views
luc_de_pauw
Contributor III

Also using MCUXpresso IDE v10.2.1 [Build 795] [2018-07-25] and 2.3.0 version of SDK. 

Hope this helps.

Regards

Luc

0 Kudos
4,295 Views
joseph_reveane
Contributor III

Hi Theophile,

I'm using the latest release of the IDE (MCUXpresso IDE v10.2.1 [Build 795] [2018-07-25]) and

the release 2.3.0 of the MKF64FN SDK.

Thanks for your help.

Regards.

0 Kudos
4,295 Views
joseph_reveane
Contributor III

Hi,

FYI, I'm facing the same kind  issue using a Linux (Debian 9) host for running the MCUXPRESSO IDE.

I've tried to delete and re-import the project but without success.

Any tips ?

Regards.

0 Kudos
4,295 Views
beejesh_ag
Contributor II

theophileleroy‌ , I 'm using MCUXpresso on Windows7_64bit. Looks like while importing these GUI files are not copied to workspace or inside project. 

0 Kudos
4,295 Views
theophileleroy
NXP Employee
NXP Employee

I am having trouble to reproduce the problem.

Can you capture the settings in project properties -> ressources -> Linked ressources ?

Did you try importing manually the missing files via "import from file system" option ?

Right click on projet -> Import -> General, File System -> Browse the missing files

pastedImage_1.png

Regards,

Théophile

4,302 Views
luc_de_pauw
Contributor III

Hello Théophile,

Linked resources:

linked_resources.png

Importing on sublevel folder ex. emWin_Config works, but when importing from level emwin nothing get's imported, also no error message. So after importing the 3 subfolders emWin_config, emWin_Library, emWin_library via import File system menu I can see them in the project explorer.

project_explorer.png

Still some issues after clean/build, seems the 'gui' included files are not recognized by build process.

In the IDE when I click on the GUI.h in an include statement the correct include file opens in the IDE.

Regards

Luc

....

Problem log: 

Description Resource Path Location Type
first defined here rapid_iot_k64f_hello_world line 100 C/C++ Problem
first defined here rapid_iot_k64f_hello_world line 150 C/C++ Problem
first defined here rapid_iot_k64f_hello_world line 162 C/C++ Problem
first defined here rapid_iot_k64f_hello_world line 169 C/C++ Problem
first defined here rapid_iot_k64f_hello_world line 356 C/C++ Problem
make: *** [rapid_iot_k64f_hello_world.axf] Error 1 rapid_iot_k64f_hello_world C/C++ Problem
multiple definition of `pvPortMalloc' heap_2.c /rapid_iot_k64f_hello_world/freertos/portable line 150 C/C++ Problem
multiple definition of `pvPortMalloc' heap_3.c /rapid_iot_k64f_hello_world/freertos/portable line 97 C/C++ Problem
multiple definition of `pvPortMalloc' heap_4.c /rapid_iot_k64f_hello_world/freertos/portable line 152 C/C++ Problem
multiple definition of `pvPortMalloc' heap_5.c /rapid_iot_k64f_hello_world/freertos/portable line 171 C/C++ Problem
multiple definition of `vPortFree' heap_2.c /rapid_iot_k64f_hello_world/freertos/portable line 242 C/C++ Problem
multiple definition of `vPortFree' heap_3.c /rapid_iot_k64f_hello_world/freertos/portable line 122 C/C++ Problem
multiple definition of `vPortFree' heap_4.c /rapid_iot_k64f_hello_world/freertos/portable line 302 C/C++ Problem
multiple definition of `vPortFree' heap_5.c /rapid_iot_k64f_hello_world/freertos/portable line 311 C/C++ Problem
multiple definition of `vPortInitialiseBlocks' heap_2.c /rapid_iot_k64f_hello_world/freertos/portable line 275 C/C++ Problem
multiple definition of `vPortInitialiseBlocks' heap_4.c /rapid_iot_k64f_hello_world/freertos/portable line 362 C/C++ Problem
multiple definition of `xPortGetFreeHeapSize' heap_2.c /rapid_iot_k64f_hello_world/freertos/portable line 269 C/C++ Problem
multiple definition of `xPortGetFreeHeapSize' heap_4.c /rapid_iot_k64f_hello_world/freertos/portable line 350 C/C++ Problem
multiple definition of `xPortGetFreeHeapSize' heap_5.c /rapid_iot_k64f_hello_world/freertos/portable line 359 C/C++ Problem
multiple definition of `xPortGetMinimumEverFreeHeapSize' heap_5.c /rapid_iot_k64f_hello_world/freertos/portable line 365 C/C++ Problem
recipe for target 'rapid_iot_k64f_hello_world.axf' failed makefile /rapid_iot_k64f_hello_world/Debug line 72 C/C++ Problem
undefined reference to `GUI_Clear' ble_shell.c /rapid_iot_k64f_hello_world/bluetooth line 530 C/C++ Problem
undefined reference to `GUI_Clear' shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 15785 C/C++ Problem
undefined reference to `GUI_DispDecAt' ble_shell.c /rapid_iot_k64f_hello_world/bluetooth line 533 C/C++ Problem
undefined reference to `GUI_DispStringAt' ble_shell.c /rapid_iot_k64f_hello_world/bluetooth line 532 C/C++ Problem
undefined reference to `GUI_DispStringAt' shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 15787 C/C++ Problem
undefined reference to `GUI_Init' board.c /rapid_iot_k64f_hello_world/board line 375 C/C++ Problem
undefined reference to `GUI_SetBkColor' ble_shell.c /rapid_iot_k64f_hello_world/bluetooth line 529 C/C++ Problem
undefined reference to `GUI_SetBkColor' hello_world.c /rapid_iot_k64f_hello_world/source line 265 C/C++ Problem
undefined reference to `GUI_SetBkColor' shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 15784 C/C++ Problem
undefined reference to `GUI_SetColor' ble_shell.c /rapid_iot_k64f_hello_world/bluetooth line 531 C/C++ Problem
undefined reference to `GUI_SetColor' hello_world.c /rapid_iot_k64f_hello_world/source line 266 C/C++ Problem
undefined reference to `GUI_SetColor' shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 15786 C/C++ Problem
'~' on a boolean expression [-Wbool-operation] pcf2123.c /rapid_iot_k64f_hello_world/sensors line 452 C/C++ Problem
'~' on a boolean expression [-Wbool-operation] pcf2123.c /rapid_iot_k64f_hello_world/sensors line 471 C/C++ Problem
'~' on a boolean expression [-Wbool-operation] pcf2123.c /rapid_iot_k64f_hello_world/sensors line 486 C/C++ Problem
'~' on a boolean expression [-Wbool-operation] pcf2123.c /rapid_iot_k64f_hello_world/sensors line 500 C/C++ Problem
'APP_pfRead8_A1' defined but not used [-Wunused-function] emwin_support.c /rapid_iot_k64f_hello_world/board line 104 C/C++ Problem
'APP_pfReadM8_A1' defined but not used [-Wunused-function] emwin_support.c /rapid_iot_k64f_hello_world/board line 117 C/C++ Problem
'OtapClient_HandleServerCommError' defined but not used [-Wunused-function] ble_otap_client.c /RapidIot_Base/middleware/wireless/bluetooth/ble_shell line 1540 C/C++ Problem
'OtapClient_HandleServerCommError' defined but not used [-Wunused-function] ble_otap_client.c /rapid_iot_k64f_hello_world/bluetooth line 1470 C/C++ Problem
'ShellGattDb_AddService' declared 'static' but never defined [-Wunused-function] shell_gattdb.c /RapidIot_Base/middleware/wireless/bluetooth/ble_shell line 88 C/C++ Problem
'ShellGattDb_Erase' defined but not used [-Wunused-function] shell_gattdb.c /RapidIot_Base/middleware/wireless/bluetooth/ble_shell line 758 C/C++ Problem
'ShellGattDb_Read' defined but not used [-Wunused-function] shell_gattdb.c /RapidIot_Base/middleware/wireless/bluetooth/ble_shell line 623 C/C++ Problem
"BLE_FSCI_IF" redefined shell_gattdb.h /RapidIot_Base/middleware/wireless/bluetooth/ble_shell line 47 C/C++ Problem
#warning "KEYBOARD module is enabled but the pushbuttons count is ZERO" [-Wcpp] Keyboard.c /RapidIot_Base/middleware/wireless/framework/Keyboard/Source line 96 C/C++ Problem
#warning "KEYBOARD module is enabled but the pushbuttons count is ZERO" [-Wcpp] Keyboard.c /rapid_iot_k64f_hello_world/framework/Keyboard/Source line 96 C/C++ Problem
assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] MemManager.c /RapidIot_Base/middleware/wireless/framework/MemManager/Source line 774 C/C++ Problem
assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] MemManager.c /rapid_iot_k64f_hello_world/framework/MemManager/Source line 774 C/C++ Problem
cast to pointer from integer of different size [-Wint-to-pointer-cast] otap_service.c /RapidIot_Base/middleware/wireless/bluetooth/ble_shell line 128 C/C++ Problem
cast to pointer from integer of different size [-Wint-to-pointer-cast] otap_service.c /rapid_iot_k64f_hello_world/bluetooth line 128 C/C++ Problem
conflicting types for 'Set_RGB_Led_Color' rpk_led.c /RapidIot_Base/app_update line 143 C/C++ Problem
implicit declaration of function 'BleApp_CccdWritten_lazy'; did you mean 'BleApp_CccdWritten'? [-Wimplicit-function-declaration] shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 15794 C/C++ Problem
implicit declaration of function 'BOARD_Init_RPK_LEDs'; did you mean 'BOARD_Init_RPK'? [-Wimplicit-function-declaration] board.c /rapid_iot_k64f_hello_world/board line 538 C/C++ Problem
implicit declaration of function 'BOARD_Init_RPK' [-Wimplicit-function-declaration] fsl_os_abstraction_free_rtos.c /RapidIot_Base/middleware/wireless/framework/OSAbstraction/Source line 1034 C/C++ Problem
implicit declaration of function 'BOARD_Init_RPK' [-Wimplicit-function-declaration] fsl_os_abstraction_free_rtos.c /rapid_iot_k64f_hello_world/framework/OSAbstraction/Source line 1034 C/C++ Problem
implicit declaration of function 'BOARD_InitButtons'; did you mean 'BOARD_InitBootPins'? [-Wimplicit-function-declaration] Keyboard.c /RapidIot_Base/middleware/wireless/framework/Keyboard/Source line 962 C/C++ Problem
implicit declaration of function 'BOARD_InitButtons'; did you mean 'BOARD_InitBootPins'? [-Wimplicit-function-declaration] Keyboard.c /rapid_iot_k64f_hello_world/framework/Keyboard/Source line 962 C/C++ Problem
implicit declaration of function 'FSCI_transmitPayload' [-Wimplicit-function-declaration] ble_otap_client.c /RapidIot_Base/middleware/wireless/bluetooth/ble_shell line 1515 C/C++ Problem
implicit declaration of function 'FSCI_transmitPayload' [-Wimplicit-function-declaration] ble_otap_client.c /rapid_iot_k64f_hello_world/bluetooth line 1445 C/C++ Problem
implicit declaration of function 'FSCI_transmitPayload' [-Wimplicit-function-declaration] ble_shell.c /rapid_iot_k64f_hello_world/bluetooth line 1922 C/C++ Problem
implicit declaration of function 'FSCI_transmitPayload' [-Wimplicit-function-declaration] shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 15620 C/C++ Problem
implicit declaration of function 'GUI_Init'; did you mean 'FTM_Init'? [-Wimplicit-function-declaration] board.c /RapidIot_Base/board line 371 C/C++ Problem
implicit declaration of function 'itoa' [-Wimplicit-function-declaration] ble_otap_client.c /RapidIot_Base/middleware/wireless/bluetooth/ble_shell line 652 C/C++ Problem
implicit declaration of function 'itoa' [-Wimplicit-function-declaration] ble_otap_client.c /rapid_iot_k64f_hello_world/bluetooth line 644 C/C++ Problem
implicit declaration of function 'Led_Chasing'; did you mean 'LedCfg_Chasing'? [-Wimplicit-function-declaration] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 567 C/C++ Problem
implicit declaration of function 'Led_Chasing'; did you mean 'LedCfg_Chasing'? [-Wimplicit-function-declaration] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 567 C/C++ Problem
implicit declaration of function 'Led_PeriodFlash'; did you mean 'LedCfg_PeriodFlashing'? [-Wimplicit-function-declaration] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 381 C/C++ Problem
implicit declaration of function 'Led_PeriodFlash'; did you mean 'LedCfg_PeriodFlashing'? [-Wimplicit-function-declaration] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 381 C/C++ Problem
implicit declaration of function 'MK64F_init_hardware' [-Wimplicit-function-declaration] pin_mux_rpk.c /RapidIot_Base/board line 59 C/C++ Problem
implicit declaration of function 'MK64F_init_hardware' [-Wimplicit-function-declaration] pin_mux_rpk.c /rapid_iot_k64f_hello_world/board line 68 C/C++ Problem
implicit declaration of function 'OS_App_WaitUsec'; did you mean 'App_WaitUsec'? [-Wimplicit-function-declaration] rpk_led.c /rapid_iot_k64f_hello_world/board line 177 C/C++ Problem
implicit declaration of function 'OtapCS_GetSubscribed'; did you mean 'OtapCS_Subscribe'? [-Wimplicit-function-declaration] ble_otap_client.c /RapidIot_Base/middleware/wireless/bluetooth/ble_shell line 215 C/C++ Problem
implicit declaration of function 'OtapCS_GetSubscribed'; did you mean 'OtapCS_Subscribe'? [-Wimplicit-function-declaration] ble_otap_client.c /rapid_iot_k64f_hello_world/bluetooth line 210 C/C++ Problem
implicit declaration of function 'OtapCS_Subscribe' [-Wimplicit-function-declaration] shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 12625 C/C++ Problem
implicit declaration of function 'RGB_Led_Get_State'; did you mean 'Led_SetState'? [-Wimplicit-function-declaration] shell_ip.c /rapid_iot_k64f_hello_world/nwk_ip/base/shell line 3319 C/C++ Problem
implicit declaration of function 'RGB_Led_Set_State'; did you mean 'Led_SetState'? [-Wimplicit-function-declaration] shell_ip.c /rapid_iot_k64f_hello_world/nwk_ip/base/shell line 3416 C/C++ Problem
implicit declaration of function 'RGB_Led_Set_State'; did you mean 'Rgb_Led_Set_Colors'? [-Wimplicit-function-declaration] shell_peripherals.c /rapid_iot_k64f_hello_world/framework/Shell/Source line 105 C/C++ Problem
implicit declaration of function 'RNG_GetRandomNo' [-Wimplicit-function-declaration] app_thread_callbacks.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 966 C/C++ Problem
implicit declaration of function 'RNG_GetRandomNo' [-Wimplicit-function-declaration] app_thread_callbacks.c /rapid_iot_k64f_hello_world/nwk_ip/common line 966 C/C++ Problem
implicit declaration of function 'SERIAL_TAP_IP6_SEND' [-Wimplicit-function-declaration] config.h /RapidIot_Base/middleware/wireless/nwk_ip/examples/border_router/config line 96 C/C++ Problem
implicit declaration of function 'Set_RGB_Led_Color'; did you mean 'Rgb_Led_Set_Colors'? [-Wimplicit-function-declaration] rpk_led.c /RapidIot_Base/app_update line 100 C/C++ Problem
implicit declaration of function 'shell_write'; did you mean '__sys_write'? [-Wimplicit-function-declaration] MemManager.c /RapidIot_Base/middleware/wireless/framework/MemManager/Source line 368 C/C++ Problem
implicit declaration of function 'shell_write'; did you mean '__sys_write'? [-Wimplicit-function-declaration] MemManager.c /rapid_iot_k64f_hello_world/framework/MemManager/Source line 368 C/C++ Problem
implicit declaration of function 'SPI_Bus_Share_Release_Access' [-Wimplicit-function-declaration] app_program_ext.c /RapidIot_Base/app_update line 107 C/C++ Problem
implicit declaration of function 'SPI_Bus_Share_Release_Access' [-Wimplicit-function-declaration] app_program_ext.c /rapid_iot_k64f_hello_world/app_update line 107 C/C++ Problem
implicit declaration of function 'SPI_Bus_Share_Release_Access' [-Wimplicit-function-declaration] flash_ica_driver.c /RapidIot_Base/app_update line 989 C/C++ Problem
implicit declaration of function 'SPI_Bus_Share_Release_Access' [-Wimplicit-function-declaration] flash_ica_driver.c /rapid_iot_k64f_hello_world/app_update line 989 C/C++ Problem
implicit declaration of function 'SPI_Bus_Share_Release_Access' [-Wimplicit-function-declaration] ui_manager.c /rapid_iot_k64f_hello_world/ui_manager line 361 C/C++ Problem
initialization discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] MemManager.c /RapidIot_Base/middleware/wireless/framework/MemManager/Source line 152 C/C++ Problem
initialization discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers] MemManager.c /rapid_iot_k64f_hello_world/framework/MemManager/Source line 152 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 158 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 159 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 160 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 161 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 163 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 164 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 167 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 168 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 169 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 170 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 172 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /RapidIot_Base/middleware/wireless/nwk_ip/examples/common line 173 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 158 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 159 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 160 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 161 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 163 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 164 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 167 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 168 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 169 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 170 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 172 C/C++ Problem
missing braces around initializer [-Wmissing-braces] app_led.c /rapid_iot_k64f_hello_world/nwk_ip/common line 173 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 136 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 141 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 179 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 184 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 189 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 199 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 204 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 209 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 219 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 224 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 229 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 234 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 239 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 244 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 249 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /RapidIot_Base/middleware/wireless/nwk_ip/core/interface line 254 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 136 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 141 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 179 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 184 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 189 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 199 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 204 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 209 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 219 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 224 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 229 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 234 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 239 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 244 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 249 C/C++ Problem
missing braces around initializer [-Wmissing-braces] network_utils.h /rapid_iot_k64f_hello_world/nwk_ip/core/interface line 254 C/C++ Problem
missing braces around initializer [-Wmissing-braces] thread_config.c /RapidIot_Base/middleware/wireless/nwk_ip/base/thread_config line 71 C/C++ Problem
missing braces around initializer [-Wmissing-braces] thread_config.c /RapidIot_Base/middleware/wireless/nwk_ip/base/thread_config line 75 C/C++ Problem
missing braces around initializer [-Wmissing-braces] thread_config.c /rapid_iot_k64f_hello_world/nwk_ip/base/thread_config line 71 C/C++ Problem
missing braces around initializer [-Wmissing-braces] thread_config.c /rapid_iot_k64f_hello_world/nwk_ip/base/thread_config line 75 C/C++ Problem
passing argument 1 of 'shell_writeHex' from incompatible pointer type [-Wincompatible-pointer-types] shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 11147 C/C++ Problem
passing argument 3 of 'TMR_StartSingleShotTimer' from incompatible pointer type [-Wincompatible-pointer-types] otap_service.c /RapidIot_Base/middleware/wireless/bluetooth/ble_shell line 128 C/C++ Problem
passing argument 3 of 'TMR_StartSingleShotTimer' from incompatible pointer type [-Wincompatible-pointer-types] otap_service.c /rapid_iot_k64f_hello_world/bluetooth line 128 C/C++ Problem
passing argument 3 of 'TMR_StartSingleShotTimer' from incompatible pointer type [-Wincompatible-pointer-types] shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 12633 C/C++ Problem
passing argument 3 of 'TMR_StartSingleShotTimer' from incompatible pointer type [-Wincompatible-pointer-types] shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 15801 C/C++ Problem
passing argument 4 of 'TMR_StartSingleShotTimer' makes pointer from integer without a cast [-Wint-conversion] shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 12633 C/C++ Problem
passing argument 4 of 'TMR_StartSingleShotTimer' makes pointer from integer without a cast [-Wint-conversion] shell_events.c /rapid_iot_k64f_hello_world/bluetooth line 15801 C/C++ Problem
unused variable 'retval' [-Wunused-variable] flash_ica_driver.c /RapidIot_Base/app_update line 1006 C/C++ Problem
unused variable 'retval' [-Wunused-variable] flash_ica_driver.c /rapid_iot_k64f_hello_world/app_update line 1006 C/C++ Problem
unused variable 'tmpflagstate' [-Wunused-variable] flash_ica_driver.c /RapidIot_Base/app_update line 1004 C/C++ Problem
unused variable 'tmpflagstate' [-Wunused-variable] flash_ica_driver.c /rapid_iot_k64f_hello_world/app_update line 1004 C/C++ Problem
did you mean to use logical not? pcf2123.c /rapid_iot_k64f_hello_world/sensors line 452 C/C++ Problem
did you mean to use logical not? pcf2123.c /rapid_iot_k64f_hello_world/sensors line 471 C/C++ Problem
did you mean to use logical not? pcf2123.c /rapid_iot_k64f_hello_world/sensors line 486 C/C++ Problem
did you mean to use logical not? pcf2123.c /rapid_iot_k64f_hello_world/sensors line 500 C/C++ Problem
expected 'const uint8_t * {aka const unsigned char *}' but argument is of type 'const char *' fsl_uart.h /RapidIot_Base/drivers line 589 C/C++ Problem
expected 'pfTmrCallBack_t {aka void (*)(void *)}' but argument is of type 'void (*)(deviceId_t) {aka void (*)(unsigned char)}' TimersManager.h /rapid_iot_k64f_hello_world/framework/TimersManager/Interface line 525 C/C++ Problem
expected 'pfTmrCallBack_t {aka void (*)(void *)}' but argument is of type 'void (*)(uint16_t) {aka void (*)(short unsigned int)}' TimersManager.h /RapidIot_Base/middleware/wireless/framework/TimersManager/Interface line 525 C/C++ Problem
expected 'pfTmrCallBack_t {aka void (*)(void *)}' but argument is of type 'void (*)(uint16_t) {aka void (*)(short unsigned int)}' TimersManager.h /rapid_iot_k64f_hello_world/framework/TimersManager/Interface line 525 C/C++ Problem
expected 'pfTmrCallBack_t {aka void (*)(void *)}' but argument is of type 'void (*)(uint32_t) {aka void (*)(unsigned int)}' TimersManager.h /RapidIot_Base/middleware/wireless/framework/TimersManager/Interface line 525 C/C++ Problem
expected 'uint8_t * {aka unsigned char *}' but argument is of type 'char *' fsl_uart.h /RapidIot_Base/drivers line 606 C/C++ Problem
expected 'uint8_t * {aka unsigned char *}' but argument is of type 'GATTServerErrorIndication_ProcedureError_Error_t * {aka enum GATTServerErrorIndication_ProcedureError_Error_tag *}' shell.h /RapidIot_Base/middleware/wireless/framework/Shell/Interface line 117 C/C++ Problem
expected 'uint8_t * {aka unsigned char *}' but argument is of type 'GATTServerErrorIndication_ProcedureError_Error_t * {aka enum GATTServerErrorIndication_ProcedureError_Error_tag *}' shell.h /rapid_iot_k64f_hello_world/framework/Shell/Interface line 117 C/C++ Problem
expected 'uint8_t * {aka unsigned char *}' but argument is of type 'uint16_t * {aka short unsigned int *}' shell.h /RapidIot_Base/middleware/wireless/framework/Shell/Interface line 118 C/C++ Problem
expected 'void *' but argument is of type 'deviceId_t {aka unsigned char}' TimersManager.h /rapid_iot_k64f_hello_world/framework/TimersManager/Interface line 525 C/C++ Problem
in expansion of macro 'IN6ADDR_ANY_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 88 C/C++ Problem
in expansion of macro 'IN6ADDR_ANY_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 89 C/C++ Problem
in expansion of macro 'IN6ADDR_ANY_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 90 C/C++ Problem
in expansion of macro 'IN6ADDR_ANY_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 88 C/C++ Problem
in expansion of macro 'IN6ADDR_ANY_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 89 C/C++ Problem
in expansion of macro 'IN6ADDR_ANY_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 90 C/C++ Problem
in expansion of macro 'IN6ADDR_LINK_LOCAL_PREFIX_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 85 C/C++ Problem
in expansion of macro 'IN6ADDR_LINK_LOCAL_PREFIX_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 85 C/C++ Problem
in expansion of macro 'IN6ADDR_LINKLOCAL_ALLNODES_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 75 C/C++ Problem
in expansion of macro 'IN6ADDR_LINKLOCAL_ALLNODES_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 75 C/C++ Problem
in expansion of macro 'IN6ADDR_LINKLOCAL_ALLROUTERS_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 76 C/C++ Problem
in expansion of macro 'IN6ADDR_LINKLOCAL_ALLROUTERS_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 76 C/C++ Problem
in expansion of macro 'IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 77 C/C++ Problem
in expansion of macro 'IN6ADDR_LINKLOCAL_ALLV2ROUTERS_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 77 C/C++ Problem
in expansion of macro 'IN6ADDR_LOOPBACK_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 73 C/C++ Problem
in expansion of macro 'IN6ADDR_LOOPBACK_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 73 C/C++ Problem
in expansion of macro 'IN6ADDR_NODELOCAL_ALLNODES_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 74 C/C++ Problem
in expansion of macro 'IN6ADDR_NODELOCAL_ALLNODES_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 74 C/C++ Problem
in expansion of macro 'IN6ADDR_REALMLOCAL_ALL_DHCP_LEASEQUERY_SERVERS' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 81 C/C++ Problem
in expansion of macro 'IN6ADDR_REALMLOCAL_ALL_DHCP_LEASEQUERY_SERVERS' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 81 C/C++ Problem
in expansion of macro 'IN6ADDR_REALMLOCAL_ALLNODES_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 79 C/C++ Problem
in expansion of macro 'IN6ADDR_REALMLOCAL_ALLNODES_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 79 C/C++ Problem
in expansion of macro 'IN6ADDR_REALMLOCAL_ALLROUTERS_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 80 C/C++ Problem
in expansion of macro 'IN6ADDR_REALMLOCAL_ALLROUTERS_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 80 C/C++ Problem
in expansion of macro 'IN6ADDR_REALMLOCAL_MCAST_3EAD' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 82 C/C++ Problem
in expansion of macro 'IN6ADDR_REALMLOCAL_MCAST_3EAD' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 82 C/C++ Problem
in expansion of macro 'IN6ADDR_SITELOCAL_ALLDHCPSERVERS' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 78 C/C++ Problem
in expansion of macro 'IN6ADDR_SITELOCAL_ALLDHCPSERVERS' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 78 C/C++ Problem
in expansion of macro 'IN6ADDR_SITELOCAL_ALLNODES_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 83 C/C++ Problem
in expansion of macro 'IN6ADDR_SITELOCAL_ALLNODES_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 83 C/C++ Problem
in expansion of macro 'IN6ADDR_SITELOCAL_ALLROUTERS_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 84 C/C++ Problem
in expansion of macro 'IN6ADDR_SITELOCAL_ALLROUTERS_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 84 C/C++ Problem
in expansion of macro 'INADDR_ANY_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 70 C/C++ Problem
in expansion of macro 'INADDR_ANY_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 70 C/C++ Problem
in expansion of macro 'INADDR_BCAST_INIT' network_utils.c /RapidIot_Base/middleware/wireless/nwk_ip/core/util line 71 C/C++ Problem
in expansion of macro 'INADDR_BCAST_INIT' network_utils.c /rapid_iot_k64f_hello_world/nwk_ip/core/util line 71 C/C++ Problem
in expansion of macro 'LWIP_HOOK_IP6_INPUT' ip6.c /RapidIot_Base/middleware/lwip/src/core/ipv6 line 416 C/C++ Problem
previous implicit declaration of 'Set_RGB_Led_Color' was here rpk_led.c /RapidIot_Base/app_update line 100 C/C++ Problem

0 Kudos
4,302 Views
beejesh_ag
Contributor II

@Luc Could you solve this issues? I'm also facing the same.

4,299 Views
theophileleroy
NXP Employee
NXP Employee

@Beejesh AG Wich setup are you using?

Are you also running MCUXpresso on a Linux OS? To identify if the problem root cause is this.