From: Samir on
Hello all,

I am trying to use the MCC compiler to create an .exe for my code. The code i ve written reads data from TI's C6713 DSP Board using the "Link for Code Composer Studio" toolbox. The exe is created and when I run it the created GUI seems fine.

The problem is that the exe does not seem to recognise any of the functions and variables from the toolbox!!!

mbuild -setup shows two compilers:
- Lcc-win32 C 2.4.1 in C:\PROGRA~1\MATLAB\R2007a\sys\lcc
- Microsoft Visual C++ 6.0 in C:\Program Files\Microsoft Visual Studio

The first one is giving me the problem.
The second one doesn't seem to work at all.

Am I doing something wrong?

Any help will be very much appreciated.

Thanks in advance.