On Wed, Dec 05, 2012 at 01:19:15PM -0300, Leonardo Martinez wrote:
> The first steps for the installation were ok.
> The problem is that II am not understanding what i have to do here in these
> steps for proper installation:
> 
> 
>    -
> 
>    Download the MSPDebug source
> code<http://mspdebug.sourceforge.net/download.html>,
>    open a command window, change directory to the MSPDebug sourcecode.
> 
>    set path=c:\mingw\bin; c:\MinGW\msys\1.0\bin\
>    make
> 
>    -
> 
>    You will need to gather the dll files from these libraries just
>    downloaded and put them next to MSPDebug.exe. Also put ti_3410.fw.ihex in
>    the same directory.
> 
> 
> I downloaded the source code but which will be the new directory of
> mspdebug sorcecode?
> I set the path correctly in cmd, as it is said, but the *make* line isn't
> recognized...

Hi Leonardo,

If you don't have make installed, you should be able to get it by typing
the following:

    mingw-get install mingw32-make

> Which dll files are mentioned in the second step?
> Where is MSPDebug.exe?

If you use the MinGW shell, or alter your PATH permanently (via the
"Environment Variables" settings), you won't need to set it by hand each
time, and you also won't need to copy any DLLs around.

mspdebug.exe won't be created until after you've successfully run
"make".

- Daniel

-- 
Daniel Beer <dlb...@gmail.com>    www.dlbeer.co.nz
IRC: inittab (Freenode)    PGP key: 2048D/160A553B

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to