On Thu, Sep 20, 2012 at 01:27:44PM -0400, Steve Bachor wrote: > *Could someone please tell me if that is possible for valgrind to > run on an ARM920T with the current valgrind releases? *
IMU, no. > (with ./configure --host=armv7-unknown-linux ) > Another attempt (with -mcpu=cortex-a8 -mtune=arm920t ) > If I try to compile with -mcpu=arm920t, I get errors from assembler IMU, this won't work. > If valgrind not possible, if anyone knows of any other > analysis/profiling tools that will work on the ARM920T that info > would be greatly appreciated too. AFAIK, not in a single package. Which problem are you trying to solve? Depending on your needs, ElectricFence, gcc mudflap / stack protection, multitude of malloc debug libraries, libstdc++ / glib container debugging options, cppcheck, hardware watchpoints could help. With kind regards, Baurzhan. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
