CoderRC
CoderRC
There is an very easy way to build on windows using mingw32 compilation in msys2. 1. Download msys2-x86_64-20230318 from https://www.msys2.org/ 2. Open the file click next, next, wait for install...
I have created my own library that implements mmap using mingw32 that makes this project maintainable for windows. It is possible to compile the program using library from https://github.com/CoderRC/libmingw32_extended, make...
I have created my own library that implements mmap using mingw32 that makes this project maintainable for windows. It is possible to compile the program using library from https://github.com/CoderRC/libmingw32_extended, make...
mincore is not in POSIX, so in POSIX it is impossible to check if mincore exists. I do not recommend to add this to this project. Btw Warning: mincore() is...
libmingw32_extended is needed because the POSIX translation code for windows will be outdated in llama.cpp eventually, and right now there is a warning when compiling #pragma message("warning: You are building...
As well look at -I../include and see that when you do ls .. you will not see the include directory. Well simple fix first create a build directory using mkdir...
I created a new commit to fix error: too few arguments to function ‘mkdir’ when you run make. All should be done is repeat the process again. Reply if you...
If it tells you configure permission denied that means this project did not setup file permissions. To make this work run: #### chmod +x ../configure But through this I also...
I created a new commit to setup file permissions and made ../configure data into raw text ASCII that fixed these two problems. All should be done is repeat the process...
I accepted a new commit to create one packet per iov buffer. All should be done is repeat the process again. Reply if it is fixed or not.