search for: pic16codegen

Displaying 6 results from an estimated 6 matches for "pic16codegen".

2009 Dec 10
0
[LLVMdev] Rebuilding LLVM libraries with LLVM-GCC on Windows
...e order of the components. There is obviously dependency issues--references to libs that have already been linked. How do I resolve these dependency problems? Also, I'm unable to use "llvm-config --libs all" because I receive the error: "llvm-config: unknown component name: pic16codegen" llvm-config --components doesn't list pic16codegen, so I'm confused why it's included with --libs all. --Mike Ness -------------------------------------------------- From: "Óscar Fuentes" <ofv at wanadoo.es> Sent: Tuesday, December 08, 2009 1:31 PM To: <llv...
2009 Dec 08
2
[LLVMdev] Rebuilding LLVM libraries with LLVM-GCC on Windows
"Michael Ness" <mike at liquido2.com> writes: > Some additional information about the setup may be of interest: > > I'm using CMake to generate the make files for MSYS. All appears to go well > until the tools are compiled. > > The undefined references seem to be coming from the libraries that were just > compiled: > >
2010 Jun 15
1
[LLVMdev] CMake sample project?
...make llvm-config to work. How does llvm-config work? I would like to port it to Python or Lua that works on every platform. I know it's Perl, but somehow I could not get it to build on windows. I built it on MSYS. But, invoking it (llvm-config --libs) says: llvm-config: unknown component name: pic16codegen. And, llvm-config --libs core only returns -lLLVMCore (it should return -lLLVMSystem and -lLLVMSupport). And thank you for FindLLVM.cmake. When I have working llvm-config script, I'll use it. Thanks. Sam On Mon, Jun 14, 2010 at 5:14 AM, Cyrille Berger <cberger at cberger.net> wrote:...
2009 Dec 10
2
[LLVMdev] Rebuilding LLVM libraries with LLVM-GCC on Windows
...ary dependencies listed at the end looks normal, i.e. every library depends on other libraries, with Support and System on almost every dependency list. > Also, I'm unable to use "llvm-config --libs all" because I receive the > error: "llvm-config: unknown component name: pic16codegen" > llvm-config --components doesn't list pic16codegen, so I'm confused why > it's included with --libs all. Maybe there is a bug on the generation of library dependencies. This may due to a faulty binutils or perl. Maybe there is a problem with the name of some components...
2010 Jun 14
0
[LLVMdev] CMake sample project?
On Monday 14 June 2010, Nathan Jeffords wrote: > I built the list by hand though trial and error. I'm not sure if and how > llvm-config works with cmake. Its seems now that I got the > right dependencies in the right order, there have been no > ongoing maintenance issues. I use llvm-config with cmake, for this I wrote a FindLLVM.cmake file [1], it provides a FIND_LLVM_LIBS macro
2010 Jun 13
2
[LLVMdev] CMake sample project?
I built the list by hand though trial and error. I'm not sure if and how llvm-config works with cmake. Its seems now that I got the right dependencies in the right order, there have been no ongoing maintenance issues. On Sun, Jun 13, 2010 at 4:32 PM, sam lee <skynare at gmail.com> wrote: > Ah, thank you so much. > How did you get the list of target_link_libraries() ? > Did you