I want to compile llvm on MIPS,
but when I run the script configure
there is a warning, configuring llvm for an unknown target architecture
and I think this warning will lead some errors,
why the configure
can not recognize the architecture?
I'm compile on MIPS
CPU:mips
OS:DEBIAN
COMPILER:gcc (debian4.4.5-8)4.4.5
llvm version:llvm-2.9
when I run the script ./configure
, there is a warning
checking target architecture...Unknown
configuring: WARNING configuring llvm for an unknown target architecture
Asked
Active
Viewed 65 times
0

wangxf
- 160
- 1
- 11
-
What steps are you following? Is it a cross compile? – shrm Jan 26 '15 at 13:01
-
Please provide more information, how are you configuring, compiling, etc. – echristo Jan 26 '15 at 23:09