jian265 / stressapptest

Automatically exported from code.google.com/p/stressapptest
Apache License 2.0
0 stars 0 forks source link

Compilation on an ARMv7A Machine #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.../configure --build=x86 --target=armv7a-none-linux-gnueabi 
--host=arm-none-linux-gnueabi --program-prefix=arm-none-linux-gnueabi- 
--with-static --prefix=/people/pradeepb/test
2.make install

What is the expected output? What do you see instead?
I did not expect to see any warnings about the machine type. However, i see 
os.h:160:4: warning: #warning "Unsupported CPU type: Unable to force cache 
flushes."

What version of the product are you using? On what operating system?
1_0_7; Linux/Ubuntu

Please provide any additional information below.

Original issue reported on code.google.com by pradeep....@gmail.com on 9 Sep 2014 at 1:37

Attachments:

GoogleCodeExporter commented 9 years ago
Updated the Config.log. wrong file uploaded before.

Original comment by pradeep....@gmail.com on 9 Sep 2014 at 1:42

Attachments:

GoogleCodeExporter commented 9 years ago
What are you trying to do here? 
./configure --host=armv7a-none-linux-gnueabi  --with-static
may be what you want, if you just want to cross compile. You'll need to set 
your gcc correctly for cross compiling.

Original comment by nsanders@google.com on 10 Sep 2014 at 1:04