Udo Walter wrote:
I am aware of the problem with different cygwin1.dlls. You get a
error message if there are different versions of it on your system.
You are absolutely right!! The linker error message does not occur
anymore if the map-file is not generated. It runs fine!!! You have
isolated the probleme to the map-file. Is it a known probleme with
generating the map-file?
well it wasw not known to me, but then i seldom use map files ;-)
(i usualy generate the listing from the elf)
not sure what i can do here. one hope would be that it magicaly works
again with the next cygwin release...
chris
Udo
-----Ursprungliche Nachricht----- Von:
[email protected]
[mailto:[email protected]]im Auftrag von Chris
Liechti Gesendet: Donnerstag, 17. Juni 2004 19:23 An:
[email protected] Betreff: Re: AW: [Mspgcc-users]
Re: Re: Internal error: Segmentation fault (program msp430-ld);
mspgcc-20040602.exe
Udo Walter wrote:
I used the installation program which I downloaded a few days after
it was placed on the web, i.e. about June 10th.
The cygwin version is installed in the path "c:\cygwin" and the
original cygwin-dll "cygwin1.dll" is in the path C:\cygwin\bin" and
in the mspgcc path "c:\mspgcc\bin", but they are identically.
if you have a copy of cygwin, it usualy easier to not install mspgcc
cygwinlibs, because it will casue troubles if you update your cygwin
copy. however, that's not relevant for your current problem
If a add another function to that code which causes the error
message it runs fine.
do you generate map files? it crashes here with one project too, if i
add -Wl,--map=x.map,--cref to the linker options. without map files
it runs fine.
Udo
-----Ursprungliche Nachricht----- Von:
[email protected]
[mailto:[email protected]]im Auftrag von
Chris Liechti Gesendet: Donnerstag, 17. Juni 2004 00:25 An:
[email protected] Betreff: Re: [Mspgcc-users] Re:
Re: Internal error: Segmentation fault (program msp430-ld);
mspgcc-20040602.exe
Udo Walter wrote:
I am running XP, SP1.
hm, never had such problems on XP or 2k. one cygwin version had
problems with lockups, but the current verion should be good.
some things to check: - which installer did you use? the one from
this month? - do you have other cygwin1.dlls on the PATH? that
usualy leads to problems (sometimes with a warning message)
chris
Perhaps a dump/trace can help which is generated.?
doesn't help me ;-)
Udo wrote: While compiling my source code with a make file using
the compiler/linker which is shipped with "mspgcc-20040602.exe" I
received
the
attached error message. This message is not displayed when using
the compiler/linker shipped with "mspgcc-20040401.exe". Any
solutions/ideas to that problem?