Re: [Mspgcc-users] MSPDebug on Windows Xp

2012-12-06 Thread Daniel Beer
On Thu, Dec 06, 2012 at 08:50:47PM -0300, Leonardo Martinez wrote: > I thought that but i don't have the Makefile, where is it? How do i make it? It's included in the mspdebug source package, which you can get from here: http://mspdebug.sourceforge.net/download.html - Daniel -- Daniel Beer

Re: [Mspgcc-users] MSPDebug on Windows Xp

2012-12-06 Thread Leonardo Martinez
I thought that but i don't have the Makefile, where is it? How do i make it? On Thu, Dec 6, 2012 at 6:51 PM, Daniel Beer wrote: > On Thu, Dec 06, 2012 at 09:10:54AM -0300, Leonardo Martinez wrote: > > I typed mingw-get install mingw32-make in cmd and it installed some > files. > > One of them i

Re: [Mspgcc-users] MSPDebug on Windows Xp

2012-12-06 Thread Daniel Beer
On Thu, Dec 06, 2012 at 09:10:54AM -0300, Leonardo Martinez wrote: > I typed mingw-get install mingw32-make in cmd and it installed some files. > One of them is the make file. > > Then I added to the Enviroment variables the directories: c:\mingw\bin; > c:\MinGW\msys\1.0\bin\ > > So, I typed make

Re: [Mspgcc-users] MSPDebug on Windows Xp

2012-12-06 Thread Leonardo Martinez
Hi Daniel, I typed mingw-get install mingw32-make in cmd and it installed some files. One of them is the make file. Then I added to the Enviroment variables the directories: c:\mingw\bin; c:\MinGW\msys\1.0\bin\ So, I typed make or make install in cmd line but it doesn't create de mspdebug.exe. I

Re: [Mspgcc-users] MSPDebug on Windows Xp

2012-12-05 Thread Daniel Beer
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