ssvb / tinymembench

Simple benchmark for memory throughput and latency
MIT License
354 stars 96 forks source link

Unable to compile #1

Closed Nibbler999 closed 11 years ago

Nibbler999 commented 11 years ago

Running Fedora 18 on Raspberry Pi, I get

/tmp/ccej9DYL.s:47: Rd and Rm should be different in mla (repeated)
/tmp/ccej9DYL.s:754: Rd and Rm should be different in mla (repeated)
/tmp/ccej9DYL.s:720: Error: bad immediate value for offset (5328)
/tmp/ccej9DYL.s:724: Error: bad immediate value for offset (5316)
/tmp/ccej9DYL.s:725: Error: bad immediate value for offset (5316)

Revisions prior to https://github.com/ssvb/tinymembench/commit/a669340dbef36774f0579d485826bc953d59cc10 are working

ssvb commented 11 years ago

Thanks for the report. Managed to reproduce the problem when adding "-march=armv5" option to CFLAGS.

ssvb commented 11 years ago

Should be fixed in 40ad46a5798e5efbf97eb85b875aa7fd67798e2a

Nibbler999 commented 11 years ago

Fix confirmed, thanks.