This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/8898] [Ada] cannot link with tasks and pragma Linker_Options ("-Wl,--stack=0x80000");


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8898



------- Additional Comments From n.brunot@cadwin.com  2003-06-02 08:16 -------
Subject: RE:  [Ada] cannot link with tasks and pragma Linker
	_Options ("-Wl,--stack=0x80000");

 Hello

>As a workaround, you could specify the linker options on the gnatmake
>command line, using the "-largs" option.

This doesn't help. 
The same problem occurs. 
I put the pragma linker_options in the sample code to simplify the command
line.

>Can you you provide "gnatlink -v -v" output?  It would be nice to have
>the actual linker invocation, to see what's really going on.

The problem occurs on every gcc 3.3 or 3.4 for Mingw I tried.
You can try with current HEAD
You can also use the experimental gnatgcc-3.3-exp-20021006 available at
http://prdownloads.sf.net/mingw
It gives
[c:\work.gnat]gnatlink -v -v cadwinfm.ali
GNATLINK 3.3 20021223 (mingw prerelease) Copyright 1996-2002 Free Software
Foundation, Inc.

-----Message d'origine-----
De: fw@gcc.gnu.org
A: n.brunot@cadwin.com
Date: 27/05/2003 20:06
Objet: [Bug ada/8898] [Ada] cannot link with tasks and pragma Linker_Options
("-Wl,--stack=0x80000");

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT*
gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8898


fw@gcc.gnu.org changed:

           What    |Removed                     |Added
------------------------------------------------------------------------
----
           Severity|major                       |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-27 18:06:30
               date|                            |


------- Additional Comments From fw@gcc.gnu.org  2003-05-27 18:06
-------
Can you you provide "gnatlink -v -v" output?  It would be nice to have
the actual linker invocation, to see what's really going on.

As a workaround, you could specify the linker options on the gnatmake
command line, using the "-largs" option.




------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]