You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed. The compiler cannot easily know where the rts.c file is located relative to the location of the executable / working directory, so it defaults to ./rts/rts.c relative to the current working directory if no --rts is specified. If you are running the compiler from a directory where ./rts/rts.c doesn't exist, then you will see this error. Either navigate to a directory for which this assumption holds (i.e. compiler) or specify the path with either --rts ./compiler/rts/rts.c.
for now README mentions this command:
but when replacing INPUT with a filename, it does not work:
The text was updated successfully, but these errors were encountered: