msp430 - mqtt_client project in CC3100 SDK gives linker errors -
i trying build mqtt_client project in cc3100sdk_1.2.0, later can integrate getting_started_with_wlan_station project further work.
as suggested in mqtt_client.pdf document, built osi_lib.lib , mqtt.a cc3100-sdk\platform\msp430f5529lp\library_project_ccs. on building mqtt_client project, multiple linker errors shown below
<linking> error #16019-d: file "c:/ti/cc3100sdk_1.2.0/cc3100-sdk/platform/msp430f5529lp/library_project_ccs /osi_lib/debug/osi_lib.lib<osi_freertos.obj>" specifies small data memory model, not compatible restricted large data memory model specified in previous file or on command line error #16019-d: file "c:/ti/cc3100sdk_1.2.0/cc3100-sdk/platform/msp430f5529lp/library_project_ccs /osi_lib/debug/osi_lib.lib<queue.obj>" specifies small data memory model, not compatible restricted large data memory model specified in previous file or on command line error #16019-d: file "c:/ti/cc3100sdk_1.2.0/cc3100-sdk/platform/msp430f5529lp/library_project_ccs /osi_lib/debug/osi_lib.lib<tasks.obj>" specifies small data memory model, not compatible restricted large data memory model specified in previous file or on command line error #16019-d: file "c:/ti/cc3100sdk_1.2.0/cc3100-sdk/platform/msp430f5529lp/library_project_ccs /osi_lib/debug/osi_lib.lib<port.obj>" specifies small data memory model, not compatible restricted large data memory model specified in previous file or on command line error #16019-d: file "c:/ti/cc3100sdk_1.2.0/cc3100-sdk/platform/msp430f5529lp/library_project_ccs /osi_lib/debug/osi_lib.lib<portext.obj>" specifies small data memory model, not compatible restricted large data memory model specified in previous file or on command line error #16019-d: file "c:/ti/cc3100sdk_1.2.0/cc3100-sdk/platform/msp430f5529lp/library_project_ccs /osi_lib/debug/osi_lib.lib<heap_3.obj>" specifies small data memory model, not compatible restricted large data memory model specified in previous file or on command line error #16019-d: file "c:/ti/cc3100sdk_1.2.0/cc3100-sdk/platform/msp430f5529lp/library_project_ccs /osi_lib/debug/osi_lib.lib<list.obj>" specifies small data memory model, not compatible restricted large data memory model specified in previous file or on command line error #10010: errors encountered during linking; "mqtt_client.out" not built
i did build of them using same compiler tiv16.12.0.sts output format eabi(elf). tried changing linker's file search path 2 libraries in project "{project_loc}/../osi_lib/debug/osi_lib.lib". gave other errors.
i appreciate answers following questions:
- please let me know if missing or if known issue.
- i using free version of code composer studio version: 6.2.0.00050. possible run mqtt_client project, since document mentions code footprint: uses 44.4 kb of flash?
- if not possible, there other "lighter" and/or open source mqtt client code composer studio use?
Comments
Post a Comment