Slaff wrote:I was able to compile qemu but I do not know what to do next to compile and test my custom applications. Can someone give me step by step hints?
This page can give you an idea of what you can do: http://wiki.linux-xtensa.org/index.php/Xtensa_on_QEMU
Just compile and link your firmware with -g and pass the resulting elf file (not bin files!) to QEMU in -kernel parameter.
You'll need a touch of magic to step over the initial user code that maps FLASH into memory space, as this piece of hardware is currently not implemented and the firmware will hang on attempt to access it. Feel free to figure out what's missing and post a fix for it.
The short video of the very basics (building QEMU, connecting to it with gdb) here: http://jcmvbkbc.spb.ru/~dumb/tmp/qemu-s ... sp8266.ogv