Displaying 3 results from an estimated 3 matches for "readfileintoaddressspac".
Did you mean:
readfileintoaddressspace
2004 Sep 20
1
[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
2005 Jan 16
2
[LLVMdev] LLVM 1.4 Build Error
...;
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
I built llvm1.4 with gcc3.4.3 and glibc2.3.2 on a redhat 9.0 machine,
but got this error:<br>
<small>/home/zhoufeng/bin/llvm/llvm-build/../llvm/lib/Support/FileUtilities.cpp:299:2:
#error Unimplemented ReadFileIntoAddressSpace - need to use read/write.<br>
gmake[1]: ***
[/home/zhoufeng/bin/llvm/llvm-build/lib/Support/Debug/FileUtilities.o]
Error 1<br>
gmake[1]: *** Waiting for unfinished jobs....<br>
gmake[1]: Leaving directory
`/home/zhoufeng/bin/llvm/llvm-build/lib/Support'<br>
gmake: *** [...
2005 Jan 16
0
[LLVMdev] LLVM 1.4 Build Error
The HAVE_MMAP_FILE macro comes from when you configured llvm. The configure
tested if your system is giving access to a various resources required by
llvm. LLVM needs the MMAP functionality by your system. Some times, if the
required resources aren't present, we use other resources.
However, in this case the building process is stopped, because the
functionality can't be implemented