How do I build and Install Insight for an embedded target?
Building insight for an embedded target is the same as building GDB for an embedded target. You must pass options to configure to set up the build environment for the embedded taget in question. Usually the only options you need to specify are –target and –prefix –target specifies the embedded target to configure the build for. For example “powerpc-eabi”. –prefix specifies where you wish the built version of insight to install to. Usually you do not want it to go to the default place, otherwise it will overwrite your native version of insight.