This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Home Automation IAR Build Warnings

Hi, 

I get the following warnings while building the Home Automation Project in IAR.Consequently, I am not able to debug and download the program. I have been able to get the application to work only by loading the binary directly. 

Thanks. 

Building configuration: CC3000 Host Driver - Debug 
Updating build tree...

18 file(s) deleted.
Updating build tree...
cc3000_common.c
evnt_handler.c
Warning[Pa039]: use of address of unaligned structure member C:\Users\kkc\Documents\FRAM\Software\Home Automation Application\swrc235a\source\MSP_Source\CC3000HostDriver\evnt_handler.c 324
hci.c
netapp.c
nvmem.c
os.c
socket.c
Warning[Pa039]: use of address of unaligned structure member C:\Users\kkc\Documents\FRAM\Software\Home Automation Application\swrc235a\source\MSP_Source\CC3000HostDriver\socket.c 927
Warning[Pa039]: use of address of unaligned structure member C:\Users\kkc\Documents\FRAM\Software\Home Automation Application\swrc235a\source\MSP_Source\CC3000HostDriver\socket.c 947
Warning[Pa039]: use of address of unaligned structure member C:\Users\kkc\Documents\FRAM\Software\Home Automation Application\swrc235a\source\MSP_Source\CC3000HostDriver\socket.c 953
Warning[Pa039]: use of address of unaligned structure member C:\Users\kkc\Documents\FRAM\Software\Home Automation Application\swrc235a\source\MSP_Source\CC3000HostDriver\socket.c 959
wlan.c
Warning[Pa039]: use of address of unaligned structure member C:\Users\kkc\Documents\FRAM\Software\Home Automation Application\swrc235a\source\MSP_Source\CC3000HostDriver\wlan.c 1112
Building library

Total number of errors: 0
Total number of warnings: 6
  • Hi K,

    We are working on removing those warnings in the next release. However, it should not prevent you to use it in debug mode. Please note that this only generates a library. The Home Automation Project is the one that contains the sample code and you can debug.

    Miguel