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
I was trying some other command-line flags to mes-m2, but nothing worked.
What is the correct command to run to compile hello-world with mes-m2?
Please note that I'm a newbie to Mes and M2-Planet. I haven't run Guile, Mes or any other Scheme implementation in my life. I have experience with standard Unix tools (e.g. Make and GCC).
The text was updated successfully, but these errors were encountered:
pts
changed the title
How to compile hello-world with mes-m2
How to compile hello-world with mes-m2?
Jun 7, 2020
Here is exactly the steps to build hello world with mescc:
guile --no-auto-compile -L module -e main scripts/mescc.scm -I include -S scaffold/exit-42.c -o foo.S
I'm trying to compile a hello-world with mes-m2 by running these commands:
I was trying some other command-line flags to mes-m2, but nothing worked.
What is the correct command to run to compile hello-world with mes-m2?
Please note that I'm a newbie to Mes and M2-Planet. I haven't run Guile, Mes or any other Scheme implementation in my life. I have experience with standard Unix tools (e.g. Make and GCC).
The text was updated successfully, but these errors were encountered: