|
From: Panchabakesan T. <pan...@gm...> - 2011-08-24 21:12:37
|
Thanks for your reply... I'm a bit new to this developing environment, so took some time to analyse on whats happening. We develop on a Windows platform using Cygwin and the compiler is Intel ICC compiler. The executables are typically .386 or .286. The target machine runs on IBM 4690 OS, in its turn was a derivative of Concurrent DOS. Though the flavours are different the underlying OS remains the same and so as the memory management too right? so could this tool be used with minor modificaitons if required for adopting to this OS? On Tue, Aug 23, 2011 at 12:34 PM, Florian Krohm <br...@ac...> wrote: > On 08/22/2011 04:28 PM, Panchabakesan Thiagarajan wrote: > > Hi, > > > > I need to use the Valgrind tool for analysing an application which runs > on > > IBM 4690 OS. > > Should the tool be built with the .x86 extention and then sent to my > target > > machine for analyzing my application or should that be directly installed > on > > my target machine? > > > > Neither will do you any good. > IBM 4690 is not a supported platform. See here: > http://valgrind.org/info/platforms.html > > Florian > |