Greetings, I am tying to compile MesaLib-9.1.6. ( computer had 64bit amd64 linux ). I am using the instructions as per the blfs book. http://www.linuxfromscratch.org/blfs/view/svn/x/mesalib.html
AND I have llvm (latest sources ) compiled with R600 target. when I use this line --with-gallium-drivers="nouveau,r300,r600,svga,swrast" in the comfigure script it compiles when I use thi line --with-gallium-drivers="nouveau,r300,r600,radeonsi,svga,swrast" make ends like so:- #---------------------------------------------------- CC gallivm/lp_bld_tgsi_info.lo CC gallivm/lp_bld_tgsi_soa.lo CC gallivm/lp_bld_type.lo CC draw/draw_llvm.lo CC draw/draw_llvm_sample.lo CC draw/draw_vs_llvm.lo CC draw/draw_pt_fetch_shade_pipeline_llvm.lo CXX gallivm/lp_bld_debug.lo gallivm/lp_bld_debug.cpp: In function 'void lp_disassemble(const void*)': gallivm/lp_bld_debug.cpp:210:64: error: no matching function for call to 'llvm::Target::createMCAsmInfo(std::string&) const' OwningPtr<const MCAsmInfo> AsmInfo(T->createMCAsmInfo(Triple)); ^ gallivm/lp_bld_debug.cpp:210:64: note: candidate is: In file included from gallivm/lp_bld_debug.cpp:37:0: /opt/llvm/include/llvm/Support/TargetRegistry.h:298:16: note: llvm::MCAsmInfo* llvm::Target::createMCAsmInfo(const llvm::MCRegisterInfo&, llvm::StringRef) const MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI, ^ /opt/llvm/include/llvm/Support/TargetRegistry.h:298:16: note: candidate expects 2 arguments, 1 provided advice would be appreciated make[4]: *** [gallivm/lp_bld_debug.lo] Error 1 #---------------------------------------- advice would be appreciated thanks in advance luxInteg -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page