-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loader: Not Found #82
Comments
The error message indicates that ORCA/Shell got an error ($1101) when it made a call to the System Loader. The It could be that the compiler executable ( Another thing to check is to make sure the language (auxtype) of the Another possible source of the problem would be if something is corrupting memory. As usual, that could be caused by software or hardware issues. One way to rule out issues with most system add-ons would be to see if the problem still occurs when you shift-boot. |
The compiler executable is a GS/OS Shell Application, its size is 453,626 bytes. I extracted it again using Balloon, no difference. test.cc is a CC file, I also tried several others. I then did a shift-boot and it really helped. I would have never expected that, because everything else works, ORCA/Pascal for example. I will try to track that down. Thank you very much! Dirk |
Hi,
I installed v2.2.0b7 over my original ORCA/C 2.1 installation. I know that installation worked last year, I did nothing in between. Now I can't compile the simplest C programs. When I type
run test.cc
, I get the prompt "Loader: Not Found" repeatedly until I restart.If I remember correctly, ORCA/C should at least show its version before compiling, like ORCA/Pascal, right?
I used the SHK archive for installation.
Can you help me with that?
Dirk
The text was updated successfully, but these errors were encountered: