Chat freely about anything...

User avatar
By amatron
#5672
OpenThings wrote:I compile esp-freeRTOS SDK got error:

but , where can find <xtensa/xtruntime.h>.
very strange: I am using lubuntu compile success.


From bbs.espressif.com:

In order to compile sdk_with_rtos_beta, please upzip the attachment in VM by command:
sudo tar jxvf xtensa.tar.bz2 -C /opt/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.2/include/

password: espressif

编译 sdk_with_rtos_beta , 请在虚拟机下将附件中的压缩包解压到指定目录,命令如下:
sudo tar jxvf xtensa.tar.bz2 -C /opt/xtensa-lx106-elf/lib/gcc/xtensa-lx106-elf/4.8.2/include/

password: espressif

Thanks for your interest in ESP8266!

;)
ATTACHMENTS
XTENSA:
http://bbs.espressif.com/download/file.php?id=103
(72.71 KiB) Downloaded 543 times
Espressif_Faye

Posts: 26
Joined: Mon Oct 27, 2014 11:08 am
Top
User avatar
By hreintke
#6072 LS,
I wanted to update some settings to the FreeRTOSConfig.h file and thus recompile the libfreertos.a library.
In the port.c there is the include of "#include <xtensa/tie/xt_interrupt.h>".

This header files is not included in the esp_iot_rtos_sdk and also not in the xtensa.tar.bz2.

Does anyone know where to find this xt_interrupt.h file ?

Herman
User avatar
By alonewolfx2
#6108
peteben wrote:Try commenting it out. I remember doing that, and think it compiled ok.

Pete

Can you configure softap in freertos?