|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
2nd Test release of windows installerhttp://sourceforge.net/project/showfiles.php?group_id=42303&package_id=68584&release_id=601026
this is the first one build with mingw instead of cygwin. this means error messages will contain windows paths and no longer cygwin.dll conflicts. however there are some issues. - msp430-insight was not built (mingw build issue with the insight sources). msp430-gdb is included - make, rm, etc. are NOT included. these tools can be downloaded from the MSYS project at http://www.mingw.org/ i used this one: http://gd.tuwien.ac.at/gnu/mingw/MSYS-1.0.11-2004.04.30-1.exe Changes since the 2007 release: - updates for F2xx series - msp430-downloader fix - V6.8 of msp430-gdb (insight not built due to problem) - gcc now supports -ffunction sections, -fdata-sections, -Wl,--gc-sections, startup code redone chris ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Mspgcc-users mailing list Mspgcc-users@... https://lists.sourceforge.net/lists/listinfo/mspgcc-users |
|
|
Re: 2nd Test release of windows installerhmmm... but I'm using cygwin and eclipse, is there a build of installer with cygwin?
2008/6/5 Chris Liechti <cliechti@...>: http://sourceforge.net/project/showfiles.php?group_id=42303&package_id=68584&release_id=601026 -- _____________ Oleg V. Kobrin ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Mspgcc-users mailing list Mspgcc-users@... https://lists.sourceforge.net/lists/listinfo/mspgcc-users |
|
|
Re: 2nd Test release of windows installerHi Chris,
there is one thing about the last installer (mspgcc-20080529.exe) that I noticed: I had to exchange the HIL.dll by another one. Otherwise the mspgdbproxy didn't recognize my 430F26xx CPU. Has anybody else made this experience, too? Is there perhaps still an old HIL.dll contained? norbert -------- Original-Nachricht -------- > Datum: Thu, 05 Jun 2008 01:35:00 +0200 > Von: Chris Liechti <cliechti@...> > An: "GCC for MSP430 - http://mspgcc.sf.net" <mspgcc-users@...> > Betreff: [Mspgcc-users] 2nd Test release of windows installer > http://sourceforge.net/project/showfiles.php?group_id=42303&package_id=68584&release_id=601026 > > this is the first one build with mingw instead of cygwin. this means > error messages will contain windows paths and no longer cygwin.dll > conflicts. > > however there are some issues. > - msp430-insight was not built (mingw build issue with the insight > sources). msp430-gdb is included > - make, rm, etc. are NOT included. these tools can be downloaded from > the MSYS project at http://www.mingw.org/ i used this one: > http://gd.tuwien.ac.at/gnu/mingw/MSYS-1.0.11-2004.04.30-1.exe > > Changes since the 2007 release: > - updates for F2xx series > - msp430-downloader fix > - V6.8 of msp430-gdb (insight not built due to problem) > - gcc now supports -ffunction sections, -fdata-sections, > -Wl,--gc-sections, startup code redone > > chris > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@... > https://lists.sourceforge.net/lists/listinfo/mspgcc-users -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Mspgcc-users mailing list Mspgcc-users@... https://lists.sourceforge.net/lists/listinfo/mspgcc-users |
|
|
Re: 2nd Test release of windows installerOleg V. Kobrin schrieb:
> hmmm... but I'm using cygwin and eclipse, is there a build of > installer with cygwin? nope. build it yourself ;-) i think most users expect windows software and have more problems than advantages from the cygwin style paths. and then, build now fails with cygwin set to CRLF line endings. make no longer accepts windows paths, etc etc. to build your own, try the makefile in CVS/packaging. "make build-installer". or just "make binutils gcc" and put the build/installed/bin folder in $PATH chris > 2008/6/5 Chris Liechti <cliechti@... <mailto:cliechti@...>>: > > http://sourceforge.net/project/showfiles.php?group_id=42303&package_id=68584&release_id=601026 > > <http://sourceforge.net/project/showfiles.php?group_id=42303&package_id=68584&release_id=601026> > > > this is the first one build with mingw instead of cygwin. this means > error messages will contain windows paths and no longer cygwin.dll > conflicts. > > however there are some issues. - msp430-insight was not built (mingw > build issue with the insight sources). msp430-gdb is included - make, > rm, etc. are NOT included. these tools can be downloaded from the > MSYS project at http://www.mingw.org/ i used this one: > http://gd.tuwien.ac.at/gnu/mingw/MSYS-1.0.11-2004.04.30-1.exe > > Changes since the 2007 release: - updates for F2xx series - > msp430-downloader fix - V6.8 of msp430-gdb (insight not built due to > problem) - gcc now supports -ffunction sections, -fdata-sections, > -Wl,--gc-sections, startup code redone > > chris > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. It's the best place > to buy or sell services for just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ Mspgcc-users mailing > list Mspgcc-users@... > <mailto:Mspgcc-users@...> > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > > > > > -- _____________ Oleg V. Kobrin > > > ------------------------------------------------------------------------ > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. It's the best place > to buy or sell services for just about anything Open Source. > http://sourceforge.net/services/buy/index.php > > > ------------------------------------------------------------------------ > > > _______________________________________________ Mspgcc-users mailing > list Mspgcc-users@... > https://lists.sourceforge.net/lists/listinfo/mspgcc-users ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Mspgcc-users mailing list Mspgcc-users@... https://lists.sourceforge.net/lists/listinfo/mspgcc-users |
|
|
Re: 2nd Test release of windows installerdue to a mistake i did not upload the very latest build. i've uploaded
an other one. changes to the previous one are: - msp430-ram-size fixed again - msp430-hexdump added - abort() defined in stdlib.h, not that anyone would use it. but the implementation was there anyway. Chris Liechti schrieb: > http://sourceforge.net/project/showfiles.php?group_id=42303&package_id=68584&release_id=601026 > > this is the first one build with mingw instead of cygwin. this means > error messages will contain windows paths and no longer cygwin.dll > conflicts. > > however there are some issues. > - msp430-insight was not built (mingw build issue with the insight > sources). msp430-gdb is included > - make, rm, etc. are NOT included. these tools can be downloaded from > the MSYS project at http://www.mingw.org/ i used this one: > http://gd.tuwien.ac.at/gnu/mingw/MSYS-1.0.11-2004.04.30-1.exe > > Changes since the 2007 release: > - updates for F2xx series > - msp430-downloader fix > - V6.8 of msp430-gdb (insight not built due to problem) > - gcc now supports -ffunction sections, -fdata-sections, > -Wl,--gc-sections, startup code redone > > chris > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@... > https://lists.sourceforge.net/lists/listinfo/mspgcc-users > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Mspgcc-users mailing list Mspgcc-users@... https://lists.sourceforge.net/lists/listinfo/mspgcc-users |
|
|
Re: 2nd Test release of windows installerI have just installed the 2nd test release of mspgcc-20080605.exe and
tried to compile a software for F2410, but failed. It seems that macro definitions for handling interrupts from the new USCI interrupt are missing, such as UCA1RXIE or UCA1RXIFG, which were once included in usci.h in the 24xx patch from http://homepages.inf.ed.ac.uk/mbarnes/msp_patch/ Would you please check that? Thanks Masao ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Mspgcc-users mailing list Mspgcc-users@... https://lists.sourceforge.net/lists/listinfo/mspgcc-users |
| Free Forum Powered by Nabble | Forum Help |