David Betz
David Betz
I think I made some progress on this. It seems that the hex2bin program I'm using may not be writing correct .bin files. I tried using sdobjcopy instead and was...
I did some more work trying to track down this problem and it seems to have something to do with the program size. I have one version of CH559sdccUSBHost that...
One final update: It seems that the Linux tools I was using were causing the problem. When I moved the code over to a Windows machine and ran the compile.bat...
Yes, I did that. I just thought it would be helpful if that change was made in the repository.
I'm not sure what is causing this problem. I build it on the Mac using X Code which is also a 64 bit target and I don't see these errors....
Actually, the reason it crashes when you enter an unbound variable is that you aren't loading all of the .lsp files that should be loaded at start. The debugging code...
It should probably be mentioned in the README.md file that the .lsp files are required for full functionality but XLISP does work without them. Someone could even provide their own...
XLISP already does 1 and 2. It should be pretty easy to make it case sensitive. I think supporting hardware threads would be difficult though.