Henrik Bach
2004-Sep-20 20:55 UTC
[LLVMdev] FileUtilities.cpp:299:2: #error Unimplemented ReadFileIntoAddressSpace - need to
Hi Due to the mingw platform doesn't have the mmap function the above error emerges. The implementation without this function is left as an exercise. Does any one has an idea to implement this functionality? Henrik _________________________________________________________________ Find det, du s�ger p� MSN S�g http://search.msn.dk
Reid Spencer
2004-Sep-20 21:29 UTC
[LLVMdev] FileUtilities.cpp:299:2: #error Unimplemented ReadFileIntoAddressSpace - need to
This is a function that is yet to be put into lib/System. It should use malloc and read if it can't mmap the file. Sorry, no implementation for this yet. Reid. Henrik Bach wrote:> Hi > > Due to the mingw platform doesn't have the mmap function the above error > emerges. The implementation without this function is left as an > exercise. Does any one has an idea to implement this functionality? > > Henrik > > _________________________________________________________________ > Find det, du søger på MSN Søg http://search.msn.dk > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev >
Seemingly Similar Threads
- [LLVMdev] getDirectoryContents and renameFile needs to be implemented in Win32/Path.cpp
- [LLVMdev] getDirectoryContents and renameFile needs to be implemented in Win32/Path.cpp
- [LLVMdev] Patch to Path.cpp
- [LLVMdev] /usr/local/src/llvm/include/Config/alloca.h:42:17: #error "The function alloca()
- [LLVMdev] Thank you for your acknowlegdement