From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2141 invoked by alias); 4 Apr 2005 20:13:17 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 2112 invoked from network); 4 Apr 2005 20:13:14 -0000 Received: from unknown (HELO mail.gmma.net) (213.205.70.137) by sourceware.org with SMTP; 4 Apr 2005 20:13:14 -0000 Received: from pcgoncalo by mail.gmma.net (/**************************************************) with SMTP id PH140721 for ; Mon, 04 Apr 2005 21:13:15 +0100 Message-ID: <002401c53952$be59e0f0$0200a8c0@pcgoncalo> Reply-To: =?iso-8859-1?Q?Gon=E7alo_Antunes?= From: =?iso-8859-1?Q?Gon=E7alo_Antunes?= To: References: <20050404054851.GB842@dd.nec.com.au> Date: Mon, 04 Apr 2005 20:13:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit Subject: [ECOS] simple hello world on i386 target X-SW-Source: 2005-04/txt/msg00035.txt.bz2 Hello again! I configured the eCos installation with the "i386PC target" template, put the Startup Type to FLOPPY and built it. I wrote a simple hello world program, compiled it ok and then make the i386-elf-objcopy -O binary hello hello.bin and then: dd conv=sync if=hello.bin of=/dev/fd0 for it to run booting from the floppy disk... The program is a simple thread in a loop that prints out "Hello World"... It should boot up and start printing "HelloWorld"... but it doesn't! After booting nothing is on the screen... just the cursor blinking... I launch the threan on the cyg_user_start... I think I am doing everything by the book...but it does not work. can you help me? Thank you. Gonçalo Antunes. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss