From mboxrd@z Thu Jan 1 00:00:00 1970 From: "n mishra" Subject: (unknown) Date: 18 Jan 2003 05:26:53 -0000 Sender: linux-assembly-owner@vger.kernel.org Message-ID: <20030118052653.22606.qmail@webmail16.rediffmail.com> Reply-To: "n mishra" Mime-Version: 1.0 Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; format=flowed; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-assembly@vger.kernel.org Hi all! This sounds slightly silly but is it possible to link the .obj files from one compiler to another.I have been working with bcc and gcc and was wondering if it was possible to link files created in one compiler for eg bcc to the other for eg gcc. I tried to create a obj file in bcc and load it using ld but it said the file format was not recognisable. Also how do you execute a binary file created using as86 and the -b option. Thanks in advance. mishra.