freertos with 0.9.4 sdk
Posted: Fri Jan 16, 2015 3:54 pm
Can we use libmain.a on freertos with libmain.a on esp_iot_094 sdk? Maybe its silly question but i am asking necause i dont know I tried and i am giving some error message like this. can I ignore this with makefile ?
Code: Select all
c:/Espressif/ESP8266_SDK/lib\libmain2.a(spi_flash.o): In function `spi_flash_get_id':
/home/tzx/0.9.4git/bbs/esp_iot_freertos/app/main/spi_flash.c:412: multiple definition of `spi_flash_get_id'
c:/Espressif/ESP8266_SDK/lib\libmain.a(spi_flash.o):(.text+0x1c): first defined here
c:/Espressif/ESP8266_SDK/lib\libmain2.a(spi_flash.o): In function `spi_flash_erase_sector':
/home/tzx/0.9.4git/bbs/esp_iot_freertos/app/main/spi_flash.c:438: multiple definition of `spi_flash_erase_sector'
c:/Espressif/ESP8266_SDK/lib\libmain.a(spi_flash.o):(.text+0x88): first defined here
c:/Espressif/ESP8266_SDK/lib\libmain2.a(spi_flash.o): In function `spi_flash_write':
/home/tzx/0.9.4git/bbs/esp_iot_freertos/app/main/spi_flash.c:458: multiple definition of `spi_flash_write'