> $ make CROSS_COMPILE=powerpc-860-linux-gnu CC=powerpc-860-linux-gnu-gcc > regtest
> Now I'd like to execute this tests on the target platform (that isn't > the same of compile) and not after the compile step [which was performed > on the build platform.] On the target platform, make it look as if you had just completed a native build, then run "make regtest". To do this, go to the build platform, create a 'tar' archive of the build tree, go to the target platform, extract the 'tar' archive so that all files have the same rooted pathnames as on the build platform. Then install (perhaps by "make install") and finally "make regtest". -- ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
