Skip to Content.
Sympa Menu

svadev - [svadev] make in dir LLVM_OBJ/projects/safecode/tools/LTO fails

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

[svadev] make in dir LLVM_OBJ/projects/safecode/tools/LTO fails


Chronological Thread 
  • From: Stefan.Scheruebl AT continental-corporation.com
  • To: svadev AT cs.uiuc.edu
  • Subject: [svadev] make in dir LLVM_OBJ/projects/safecode/tools/LTO fails
  • Date: Wed, 25 Jun 2014 14:33:34 +0200
  • Importance: Normal
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev/>
  • List-id: <svadev.cs.uiuc.edu>

Hello,

after a call of make in the LTO directory I got the following error message:

make[2]: Entering directory `/tmp/LLVM_OBJ/projects/safecode/tools/LTO'
make[2]: *** No rule to make target
`/tmp/LLVM_OBJ/projects/safecode/Release+Asserts/bin/cygLLVM-3.2svn.dll',
needed by `/tmp/LLVM_OBJ/projects/safecode/Release+Asserts/bin/cygLTO.dll'.
Stop.
make[2]: Leaving directory `/tmp/LLVM_OBJ/projects/safecode/tools/LTO'
make[1]: *** [LTO/.makeall] Error 2
make[1]: Leaving directory `/tmp/LLVM_OBJ/projects/safecode/tools'
make: *** [all] Error 1

I found both files (cygLLVM-3.2svn.dll and cygLTO.dll) in
/tmp/LLVM_OBJ/Release+Asserts/bin
so I guess it is a configuration problem.
What do I have to change to get the correct pathes during the make command?

Regards,

Stefan





Archive powered by MHonArc 2.6.16.

Top of Page