delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <3e71ff790603242016n784b8039n@mail.gmail.com> |
Date: | Sat, 25 Mar 2006 05:16:12 +0100 |
From: | "=?UTF-8?Q?Adam_Miedzi=C5=84ski?=" <miedziu3 AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | mainCRTstartup warning in ld |
MIME-Version: | 1.0 |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id k2P4GKpn020762 |
can sb know why (newest download cygwin) after compiling in "as" such a code: .global _start _start:movl $1,%eaxmovl $0,%ebxint $0x80 when i link with "ld" it shows warning about mainCRTstartup . .andwhen i try to run .. it crashes before code executed!and why such a simple program needs mainCRTstartup?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |