Russell Haley
Russell Haley
Hi, For "fun" I tried compiling mir on Windows. It compiles with llvm-mingw LLVM11 (https://github.com/vnmakarov/mir/issues/154#issuecomment-778918301) but fails with the GNU mingw toolset I downloaded. I believe the compiler/mingw library uses...
__This pull request is just to get comments.__ Sooo. I essentially copied over the Aarch64 files, added the appropriate machine dependant files and renamed "a couple of structs". Next I...
Hi Roland! There is a new Lua forum called... luaforum.com (!) and we have created a section about LuaRocks. The idea is to get LuaRocks authors to write about their...
Hi, http://yonaba.github.io/Moses/doc/ From this page if you click on the Tutorial link on the left hand side you are taken to the tutorials page (http://yonaba.github.io/Moses/doc/manual/tutorial.md.html). The Section links in that...
Hello, As per #1135, I was able to get the llvm-mingw32 toolchain to work with luarocks. I'm not sure why the mingw32 internal build script doesn't respect variables.LUALIB from the...
Hi, First, thank you for this amazing cmake build repo. I am trying to use this build system to include python in the llvm debugger lldb. I'm just starting into...
Hi, First: I'm not a firmware developer, I just muck around in firmware. I'm attempting to bring in an existing STM32F466ret (?) based project in polymcu. Our project uses the...
Hi, I was pulling my hair out trying to get a script to work and finally found in the documentation that string.pack isn't implemented. While it would be nice to...
Hello, I am trying to create a config file for the stand alone Luarocks executable on Windows 10. I want to automagically generate the compiler options and such. I grabbed...
This issue is to outline the methods of using llvm-mingw/lldb with the various IDEs on Windows. - Eclipse - lldb-mi - VS Code - lldb-mi, lldb-vscode - KDevelop - Qt...