http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000740
--- Comment #9 from Sergei Gavrikov <[email protected]> 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 <<EOF>.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.
