This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3359: Dynamic code analysis

Part Number: AM3359

Tool/software: Linux

Hi,

At the moment I am facing the following problem: I built an executable which runs on the mentioned device, and I want to perform some dynamical code analysis (Valgrind with Memcheck and gcov). For several reasons, I cannot perform them on the target hardware. Do I have any possibilities to do such mechanisms on another hardware architecture? What I could do is build the application with the "normal" gcc on a typical Linux and ifdef-out the hardware interface parts. However, this would be a significant change to my program that I prefer to avoid.

Are there any TI Tools that could help me? Currently, I am using the Oselas Toolchain.

Thanks in advance!