[LLVMdev] LLVM for ARM target

Eric Christopher echristo at apple.com
Mon Jan 3 02:04:04 PST 2011


On Jan 2, 2011, at 11:49 PM, akramul azim wrote:

> In the last step after building and installing binutils 2.21 for ARM and LLVM-src, I am trying to build LLVM-GCC. However, I get the repeated system config checking promt. I used the following configuration:
>  
> make: Warning: File `../llvm-gcc-4.2/Makefile.in' has modification time 2.1e+07
> s in the future

Something is wrong with your filesystem or something else and is touching Makefile.in thus causing a constant reconfigure.

You should figure out what's touching Makefile.in and changing its timestamp.

-eric



More information about the llvm-dev mailing list