Gah... The #if 0 and missing header are my bad - I'll fix those tonight. can you rerun the compiler on the file that errors out, but with the -S option to get the assembly file? It would be useful to know what is on lines 61, 195, and 292.

Thanks!

Brian


On Sep 15, 2005, at 8:36 AM, Ferris McCormick wrote:



On Wed, 14 Sep 2005, Brian Barrett wrote:


I committed some code that should fix the timer problems on SPARC
linux.  Can you either svn up and try again (or, if you are using
nightly builds) try tomorrow's tarball and see if it works? The test
tests/util/opal_timer.c should give an indication as to whether
everything is working ok or not.

Thanks!

Brian



I'll try it tomorrow (the 15th).  Thanks for the response.


Nightly tarball is missing sparcv9/timer.h
Current svn checkout will not compile -- fails:
../../../../../opal/include/sys/sparcv9/timer.h:44: error:
`opal_timer_t' undeclared (first use in this function)
which is true, because it is commented out with '#if 0' brackets.

If you define it, build fails with
{standard input}: Assembler messages:
{standard input}:61: Error: Illegal operands
{standard input}:195: Error: Illegal operands
{standard input}:292: Error: Illegal operands
from opal_progress.c --- I don't know why yet.




Regards,
--
Ferris McCormick (P44646, MI) <fmc...@gentoo.org>
Developer, Gentoo Linux (Sparc, Devrel)
_______________________________________________
devel mailing list
de...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/devel

Reply via email to