Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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-pair-Authenticated: 217.86.219.111 Message-ID: <3D2EA2E2.2881@multimediaware.com> Date: Fri, 12 Jul 2002 11:35:30 +0200 From: Wolfgang Hesseler MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Bug: BSS segment in COFF files Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I'm trying to link some code compiled with the Cygwin gcc compiler with the Watcom linker. This works as the Watcom linker supports the COFF object code format. However, there seems to be a problem with uninitialized variables. After analyzing an object file it seems as if the BSS segment always has size 0 so that the Cygwin generated object files are not valid COFF files. Is this a known problem? I ended up in making all uninitialized data to 0-inialized variables. Is there any better way? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/