Replies: 3 comments 2 replies
-
Actually, I'm missing the right way to build CCL. I looked at the build instructions and am on the right track now. I tried building the latest from git with my working CCL build, but am getting an error indicating I'm missing things from my mingwin installation; I don't know why, but I have ld, but not x86_64-w64-mingw32-ld and it looks like I don't have m4, but that is probably a pacman command away. I've yet to figure out what is up with x86_64-w64-mingw32-ld, but in any case those are not CCL issues. |
Beta Was this translation helpful? Give feedback.
-
There are two steps. One is to build the lisp kernel. On Windows, you'd go into The next step is to rebuild the heap image file. From the top of the ccl directory, start your ccl with When you've performed those two steps, you're done. |
Beta Was this translation helpful? Give feedback.
-
I just checked in changes so that the Windows lisp kernels can be built with an up-to-date MSYS2 installation. See #425, and the comments in win64/Makefile. If you'll pull and try again (use the MINGW64 environment), you should be able to build a working |
Beta Was this translation helpful? Give feedback.
-
I'm on windows 10 trying to build with msys/mingw64 tools.
doing make in ccl/lisp-kernel/win64, I'm getting a bunch of errors including:
thread_manager.c:242: undefined reference to
atomic_swap' thread_manager.c:602: undefined reference to
atomic_ior'etc. I assume I'm missing something, but I don't know what.
Beta Was this translation helpful? Give feedback.
All reactions