Hello Aldo,

first of all, use MinGW instead of Cygwin.

README-MAINTAINER.txt
  
http://mspgcc.cvs.sourceforge.net/viewvc/mspgcc/packaging/README-MAINTAINER.txt?view=markup
is a bit misleading. Talking about cygwin on the top of the file and
about MinGW later on.
Read also the MSPGCC_Wiki
http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=MSPGCC_Wiki
Building_MSPGCC_from_Source_Code
<http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Building_MSPGCC_from_Source_Code>

Installations:

MinGW5.1.4.exe
http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780&release_id=595197
<http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=240780&release_id=595197>
MSYS-1.0.11-2004.04.30-1.exe
http://gd.tuwien.ac.at/gnu/mingw/MSYS-1.0.11-2004.04.30-1.exe
msysDTK-1.0.1.exe
http://gd.tuwien.ac.at/gnu/mingw/msysDTK-1.0.1.exe

The python stuff:
python-2.5.4.msi
http://www.python.org/ftp/python/2.5.4/python-2.5.4.msi
pywin32-213.win32-py2.5.exe
http://sourceforge.net/project/downloading.php?group_id=78018&filename=pywin32-213.win32-py2.5.exe
<http://sourceforge.net/project/downloading.php?group_id=78018&filename=pywin32-213.win32-py2.5.exe>
py2exe-0.6.9.win32-py2.5.exe
http://sourceforge.net/project/downloading.php?group_id=15583&filename=py2exe-0.6.9.win32-py2.5.exe
<http://sourceforge.net/project/downloading.php?group_id=15583&filename=py2exe-0.6.9.win32-py2.5.exe>
EasyDialogs for Windows-46691.0.win32.exe
http://www.averdevelopment.com/python/EasyDialogs for
Windows-46691.0.win32.exe
<http://www.averdevelopment.com/python/EasyDialogs%20for%20Windows-46691.0.win32.exe>
Install all python stuff to c:\python25

The Nullsoft Installer:
http://sourceforge.net/project/downloading.php?groupname=nsis&filename=nsis-2.43-setup.exe
<http://sourceforge.net/project/downloading.php?groupname=nsis&filename=nsis-2.43-setup.exe>


Install all of the above, then run Msys:


Type following lines for mspgcc (without X support)(you may use copy &
past (shift l-click) into MSYS console):

export PATH=.:/usr/local/bin:/mingw/bin:/bin:/c/Python25/:/c/Program\
Files/NSIS/
export CVSROOT=:pserver:anonym...@mspgcc.cvs.sourceforge.net:/cvsroot/mspgcc
mkdir mspgcc_from_cvs
cd mspgcc_from_cvs
cvs co -P .
cd packaging
make folders
make build
ls build/installed/bin

Type following lines for mspgcc (with X support) (you may use copy &
past (shift l-click) into MSYS console):

export PATH=.:/usr/local/bin:/mingw/bin:/bin:/c/Python25/:/c/Program\
Files/NSIS/
export CVSROOT=:pserver:anonym...@mspgcc.cvs.sourceforge.net:/cvsroot/mspgcc
mkdir mspgccX_from_cvs
cd mspgccX_from_cvs
cvs co -P .
cvs up -r MSP430X gcc
cvs up -r MSP430X msp430-libc
cvs up -r MSP430X packaging
cd packaging
make build
ls build/installed/bin

Good Luck

Matthias

aldo schrieb:
> Hello,
> I'm trying to build the latest mspgcc to have support of latest MCU's. I'm
> using cygwin. What's the best way to build the packages?
>
> Thank you in advance.
>
> Aldo
>
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
> trial. Simplify your report design, integration and deployment - and focus on 
> what you do best, core application coding. Discover what's new with 
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to