flagxor / ueforth

Apache License 2.0
94 stars 27 forks source link

Compile fail #1

Closed arblake closed 3 years ago

arblake commented 3 years ago

Brad, I get an immediate compile failure: arduino.template:1:1: error: expected unqualified-id before '{' token {{opcodes}} ^

arblake commented 3 years ago

Now I have this error when trying make: make: *** No rule to make target 'arduino/arduino.template.ino', needed by 'out/arduino/ueforth/ueforth.ino'. Stop.

arblake commented 3 years ago

Compiled ok When I try to start the wifi I get this : --> wifi.begin Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.

flagxor commented 3 years ago

Wifi.begin requires some parameters, see: https://eforth.appspot.com/

z" SSID" z" PASSWORD" WiFi.begin

Unfortunately, I have not yet found a good way to add runtime memory guards. ESP-32 doesn't have a real mmu, so anything will have a runtime cost.