Adafruit QT Py ESP32-S2 - compiling


#1

So having a number of errors compiling ulisp.
(Using Arduino on Debian 12 , with apt installed arduino)

failure error of
ulisp-extension:41:21 error redefinition of ‘tbl_entry_t* tables []’

Any pointers to where I should be looking


#2

Haven’t experienced that error myself, thankfully, but I beleive it is caused by forgetting to uncomment the #define extensions at the top. If the extensions symbol is not defined, then the default tables for no extension are used.


#3

Thank you, that’s cleared one error now onto the next one :)


#4