From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10835 invoked by alias); 5 May 2009 19:28:25 -0000 Received: (qmail 10825 invoked by uid 22791); 5 May 2009 19:28:24 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_43,SPF_PASS X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 May 2009 19:28:20 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id D510C3B4005F for ; Tue, 5 May 2009 20:28:17 +0100 (BST) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rT16nkj4G-Io; Tue, 5 May 2009 20:28:15 +0100 (BST) From: bugzilla-daemon@ecoscentric.com To: ecos-patches@ecos.sourceware.org Subject: [Bug 1000740] Public Domain Curses for eCos X-Bugzilla-Reason: QAcontact X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sergei.gavrikov@gmail.com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: normal X-Bugzilla-Assigned-To: john@dallaway.org.uk X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 05 May 2009 19:28:00 -0000 Message-Id: <20090505192815.A929C3B40030@mail.ecoscentric.com> Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2009-05/txt/msg00005.txt.bz2 http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000740 --- Comment #9 from Sergei Gavrikov 2009-05-05 20:28:14 --- Created an attachment (id=712) --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=712) Used ECM to run PDCurses demos on olpce2294 target I use this import (mini.ecm) to test PDCurses on Olimex LPC-E2294 board. I build PDCurses demos and GNU nano in empty directory using a script the below #! /bin/sh TARGET=olpce2294 mkdir -p /tmp/a cd /tmp/a || exit 1 find -maxdepth 1 ! -name . ! -name build.sh ! -name .gdbinit ! -name mini.ecm -exec echo rm -r \{} \; | sh ecosconfig new $TARGET \ && ecosconfig add fileio ramfs pdcurses \ && ecosconfig remove libm \ && ecosconfig import mini.ecm \ && ecosconfig resolve \ && ecosconfig tree \ && make -s \ && test -r .gdbinit || cat <.gdbinit set confirm off set output-radix 16 set remotebaud 230400 target remote /dev/ttyUSB0 load b main b exit c EOF -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.