From mboxrd@z Thu Jan 1 00:00:00 1970 From: silvercreekvalley Subject: Starting with bcc and ELKS Date: Tue, 10 Mar 2009 15:26:23 -0700 (PDT) Message-ID: <518062.2254.qm@web56208.mail.re3.yahoo.com> Reply-To: silvercreekvalley@yahoo.com Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1236723983; bh=utjwzs/gqRZYqp4danLcc7h9SH1dlWm8xqGIQTgku7Y=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=f2NxKekKfu1t5PMXW7xoytNM/QDLNCbAgf8YJ9nyMEmCYaQfTjDOUphADWBV6uJ01sGreeyzUbgPqGERN2/uriRhcuVexQ3WZYWR7BZbXJKtMW4Df7i6+PqaPimf33BEzQqVms8vAFO/wlCI8m56wsPlhk4LP5oXNzUpqwY9r4E= Sender: linux-8086-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-8086@vger.kernel.org Hi, I've just started looking at the ELKS software and have made a start with the bcc development environment. I can compile and wondered if there is an easy way of generating executables that run on regular linux. eg. bcc -Ml -z input.c and then use objcopy? Not sure what the command sequence is though for say a Fedora distribution? Thanks