Hi Xuhao, The module warnings aren't problems, the kernel is trying to load a module to help it deal with the file you're provided, the issue is the binary you compiled. Are you sure that you successfully cross compiled it? Normally errors like the one below happen when you try to run a binary for a different architecture than you currently have.
Ali On Feb 22, 2012, at 4:37 AM, Xuhao Chen wrote: > I cross-compile TBB version of blackscholes (PARSEC benchmark) for Alpha ISA > and copy into the disk image. When I run it, there is an error: > > # ./blackscholes 8 /parsec/install/inputs/blackscholes/in_4.txt > /parsec/install/inputs/blackscholes/prices.txt > modprobe: FATAL: Could not load /lib/modules/2.6.27.6-dirty/modules.dep: No > such file or directory > > modprobe: FATAL: Could not load /lib/modules/2.6.27.6-dirty/modules.dep: No > such file or directory > > bash: ./blackscholes: cannot execute binary file > > I think it cannot find modules.dep, actually, it is not in > /lib/modules/2.6.27.6-dirty/, but in /lib/modules/2.6.27.6/ > So how can I fix this path? > > Thanks. > Xuhao Chen > PhD student > School of Computer > National University of Defense Technology > Changsha, Hunan, P.R.China, 410073 > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
