DSPRelated.com
Forums

disassembly prob vdsp++3.5

Started by sous...@gmail.com November 9, 2009
i ran a 4-point fft prog in vdsp++3.5 version.. while building the file and targets i didnt get any errors... it was successful.but couldn't find the prog in disassembly window.can u help me find out what the error was?
On Sun, 8 Nov 2009, s...@gmail.com wrote:

> i ran a 4-point fft prog in vdsp++3.5 version.. while building the file
>and targets i didnt get any errors... it was successful.but couldn't find
>the prog in disassembly window.can u help me find out what the error was?

You may need to declare your labels as "global" so the linker will tell
the debugger about them. Also make sure you have the linker set up to
create a symbol table. If you are release version it may strip all the
symbols.

If you can create a map file which lists all the addresses of your code
you should be able to find it by brute force. If it is not even being
loaded, that may be a different problem. You need to check your boot
mode.

So there are a lot of things that can go wrong. Figure out what the
linker and debugger are trying to do and you will probably figure out what
the problem is.

Patience, persistence, truth,
Dr. mike