Thanks, Matthias.

Please all be aware that, as a development series, the 4.6.1-based
series can be subject to some significant bugs as well as interface
changes including temporary ABI incompatibilities.  In particular,
20111205 has errors with bitfield extraction, and a couple other
problems that may or may not show up in real programs but depressed me
when I discovered they were present.  I've now completed porting my
toolchain test suite, so future releases should have fewer
regressions.

As usual, when bugs are discovered I'll be recording them on the
tracker at 
https://sourceforge.net/tracker/?func=browse&group_id=42303&atid=432701.
 As I push changes into git, I'll be closing the bugs.  However, they
will not be available in a packageable release until I regenerate a
consistent set of patches and announce them.  Unlike the LTS series I
won't be posting intermediate vetted patches, though people are
welcome to extract them from the git repository.

(If anybody in the world wants to more closely track the development
series, I've updated the wiki instructions for checking out a
workspace, and will try to keep that up to date with internal
synchronization points.  See
https://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Devel:git#Creating_a_Workspace.
 The instructions referenced there also describe the test
infrastructure.)

Peter

On Thu, Dec 22, 2011 at 5:01 PM, Matthias Hartmann
<matthiashart...@versanet.de> wrote:
> A windows mingw32 build of the 20111205 release of mspgcc is now available
> at the mspgcc project:
> http://sourceforge.net/projects/mspgcc/files/Windows/mingw32/mspgcc-20111205.zip
>
> Matthias
>
>
> Am 22.12.2011 17:35, schrieb Aaron Murdoch:
>>
>> Ok, I'm trying to build mspgcc-20111205 in windows with mingw.  I
>> successfully built binutils and gcc, although I had to manually specify
>> where to find gmp, mpfr, and mpc using -with-gmp=/usr/local ect.  When I
>> try
>> and build gdb however, it fails.  Configure works fine, but when I 'make'
>> it
>> eventually gives me this error:
>>
>>
>>
>> gcc -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0
>> -D_USE_MINGW_FSEEK -I. -I../../../../gdb-7.2/sim/msp430 -I../common \
>>
>> -I../../../../gdb-7.2/sim/msp430/../common -I../../include
>> -I../../../../gdb-7.2/sim/msp430/../../include -I../../bfd \
>>
>> -I../../../../gdb-7.2/sim/msp430/../../bfd -I../../opcodes
>> -I../../../../gdb-7.2/sim/msp430/../../opcodes -g -O2 -D__USE_MINW_ACCESS
>> -W1,--stack,8388608 -o run.exe \
>>
>> run.o libsim.a ../../bfd/libbfd.a ../../opcodes/libopcodes.a -lintl
>> ../../libiberty/libiberty.a -lm -lz
>>
>> c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../../mingw32/bin/ld.exe:
>> cannot
>> find -lz
>>
>> collect2: ld returned 1 exit status
>>
>> make[3]: ***[run.exe] Error 1
>>
>> make[3]: Leaving directory
>> '/c/Aaron/mspgcc/mspgcc-20111205/BUILD/gdb/sim/msp430'
>>
>> blah
>>
>> blah
>>
>> .
>>
>>
>>
>> If I understand whats going on, its looking for a library called z which
>> doesn't seem to exist?  Does anyone know whats wrong?
>>
>>
>>
>> Here is the configure command I used:
>>
>>
>>
>> $ ../../gdb-7.2/configure --target=msp430 --prefix=/c/Aaron/mspgcc/msp430/
>> --with-gmp=/usr/local/ --with-mpc=/usr/local --with-mpfr=/usr/local 2>&1 |
>> tee co
>>
>>
>>
>> And the make command:
>>
>>
>>
>> $ make 2>&1 | tee mo
>>
>>
>>
>>
>>
>> Aaron Murdoch
>>
>> x3665
>>
>>
>>
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Write once. Port to many.
>> Get the SDK and tools to simplify cross-platform app development. Create
>> new or port existing apps to sell to consumers worldwide. Explore the
>> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
>> http://p.sf.net/sfu/intel-appdev
>>
>>
>> _______________________________________________
>> Mspgcc-users mailing list
>> Mspgcc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
>
> ------------------------------------------------------------------------------
> Write once. Port to many.
> Get the SDK and tools to simplify cross-platform app development. Create
> new or port existing apps to sell to consumers worldwide. Explore the
> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
> http://p.sf.net/sfu/intel-appdev
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>

------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to