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!