[Gems-users] Some question about the opal


Date: Sun, 25 Nov 2007 10:25:11 +0800
From: "wangyong" <wangyong@xxxxxxxxxxx>
Subject: [Gems-users] Some question about the opal
Hello everyone,
 
1.When I compile the module opal, I meet some conflict errors on the functions mm_malloc,mm_zalloc,mm_strdup,mm_realloc. After some searching , I find that at the line of the source file opa/system/simdist12.c is "#if 0" which means that this aera will not be compiled, and only compiling for simics 2.0 by default. So I want to konw why not this line is written as "#if defined SIMICS30 || defined SIMICS22X", or to say that this version gems-2.0 can only support  simics 2.0?
 
2.When I change the line to "#if 1", the compling is OK, but when I load the module opal, I meet an error :
Error loading module 'opal': Failed to load module 'opal' ('/root/gems-2.0/simcs_3_workspace/x86-linux/lib/opal.so'): "undefined symbol: _ZN22generic_cache_templateI21generic_cache_block_tE12OracleAccessEy"
Can you please suggest something?
Thanks!
 

wangyong
2007-11-25

 
[← Prev in Thread] Current Thread [Next in Thread→]