Re: Fatal run-time error: c_proc/c_func: bad routine number (-1)
- Posted by ghaberek (admin) Jun 25, 2021
- 1178 views
Hmm... something in the standard library must be trying to reach out to a system library that's missing.
Can you run the interpreter without any commands? Can you run eui -test file.ex correctly? Can you run a simple puts(1, "Hello, world!\n") app?
-Greg