search for: tocompile

Displaying 3 results from an estimated 3 matches for "tocompile".

Did you mean: compile
2009 Jan 15
1
[LLVMdev] Ubuntu LLVM compiled a page of Simit-ARM with errors
Hi Everyone,I am new to LLVM and I am not sure if its capable of being a compilationstrategy to accelerate Dynamic Compiled Instruction set Simulation.I have tried changing the source code of: http://simit-arm.sourceforge.net/ tocompile pages of C++ code (translated from Arm Assembly) on the fly usingllvm-g++ and it gave the following errors:In file included from/home/wanghao/Desktop/SimIt-ARM-3.0/build/include/bittypes.h:22, from/home/wanghao/Desktop/SimIt-ARM-3.0/build/include/misc.h:20, from/home...
2012 Apr 15
2
[LLVMdev] How to compile this linux-driver like programme into .bc file?
Hi all,I've been confuzed by this question for several days! I know there is Started Guild in llvm.org to tell me how tocompile helloworld.c into ,bc file. But what if it is a module that includes header files in linux?Could you be kind and tell me the clang command that can compile the following programme into a .bc file? Thank you! #include <linux/init.h> #include <linux/module.h> MODULE_LICENSE("Dual...
2009 Feb 14
3
Building wine with profile generation
...a(_gcov_merge_add.o) is referenced by DSO /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status make[1]: *** [sfnt2fnt] Error 1 So I have to start amend the single Makefiles for every subdirectory that doesn't compile. Has anyone any solution tocompile the full wine with -fprofile-generate flag? I'd really like to optimize it but...I got a huge amount of these errors... Cheers,