You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to running spec 2006 int part with spike, but came across an error when running 483.xalancbmk.
Fatal Error.Occurred at unknown file, line 0, column{null}.An exception occurred! Type:XMLPlatformException, Message:Could not determine base pathname of the file
SAXParseException: An exception occurred! Type:XMMLPlatformException, Message:Could not determinebase pathname of the file (, line 0, column 0)
It seems that program can't find the specific file given by command.
build SPEC2006 with riscv-tool-chain(riscv64-unknow-linux-gnu-, -static, -O3, -fno-strict-aliasing)
running with
cd /path/to/SPEC/483.xalancbmk/run/run_base_ref_label.0000
/path/to/spike /path/to/pk Xalan_base.label -v t5.xml xalanc.xsl
Others
I used to figure out that is the GCC14.2 cause wrong? And try GCC13 to compile SPEC2006, it doesn't work. However, for GCC13 compiling SPEC, Gem5 can runing xalancbmk without any error.
So for me, a new starter in spike, have no idea to fix this.
The text was updated successfully, but these errors were encountered:
Description
I am trying to running spec 2006 int part with spike, but came across an error when running 483.xalancbmk.
It seems that program can't find the specific file given by command.
Reproduce
Steps
Others
I used to figure out that is the GCC14.2 cause wrong? And try GCC13 to compile SPEC2006, it doesn't work. However, for GCC13 compiling SPEC, Gem5 can runing xalancbmk without any error.
So for me, a new starter in spike, have no idea to fix this.
The text was updated successfully, but these errors were encountered: