search for: fire300

Displaying 1 result from an estimated 1 matches for "fire300".

2005 Mar 01
3
[LLVMdev] question about gccld and external libraries
...that it can't find the libraries, like "c" or "crtend". [1] all is fine, if I just use intrinsified functions like printf and friends, but I want to use the clock_gettime function and now the lli dumps. thanks for any pointers. -- jakob [1] gccld -o test-llvm -L/mnt/fire300/jp/llvm-14/lib/gcc/i686-pc-linux-gnu/3.4-llvm -L/mnt/fire300/jp/llvm-14/lib/gcc/i686-pc-linux-gnu/3.4-llvm/../../.. /tmp/ccc7ax7O.o -lc -lcrtend gccld: warning: Cannot find library 'c' gccld: warning: Cannot find library 'crtend' gccld: warning: Cannot find library 'c' gc...