espressif/esp32-doom

Build issue on latest IDF

danhans42 opened this issue · 1 comments

I am trying to compile doom using the latest IDF and I cannot get it to build. I have checked settings in menuconfig to make sure that it is set to use PSIRAM.

I get quite a lot of warnings regarding using depreciated libaries and unused variables, but the stumbling block is that it cannot find xtensa/simcall.h that is being called by spi.c . I can try and replace these files but I wanted to check if its just a case of missing files or is part of the port needed to be rewritten at all?

Many Thanks

This can be closed, made the adjustments and am now getting the same issues as issue #2.