summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-30 12:41:02 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-07-30 12:41:02 +0000
commite35c47bb98e5a4b0ff4cf13461cb66d58a4886fd (patch)
tree28703000da3b5de22c9c8af770d7780de7c0f29d /nuttx/TODO
parent285f7674cea10d5c9c9bc99a5ac7ba376529fab7 (diff)
downloadpx4-nuttx-e35c47bb98e5a4b0ff4cf13461cb66d58a4886fd.tar.gz
px4-nuttx-e35c47bb98e5a4b0ff4cf13461cb66d58a4886fd.tar.bz2
px4-nuttx-e35c47bb98e5a4b0ff4cf13461cb66d58a4886fd.zip
Fix workaround description
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2818 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index fdfce942c..9a733f09e 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -584,11 +584,11 @@ o Linux/Cywgin simulation (arch/sim)
Status: Open
Priority: Medium and increasing (as 32-bit hosts gradually disappear). NOTE
is it possible to work-around this limitation by building the sim
- target for 32-bit operation on a 64-bit platform. Simply modify the
- Make.defs file in the appropriate places so that:
-
- ARCHCPUFLAGS = -m32 -fno-builtin
- LDFLAGS += -m32 -m elf_i386
+ target for 32-bit operation on a 64-bit platform. Modify the
+ Make.defs file in the appropriate places so that -m32 is included
+ in the CFLAGS and -m32 and -melf_386 are included in the LDFLAGS.
+ See the patch 0001-Quick-hacks-to-build-sim-nsh-ostest-on-x86_64-as-32-.patch
+ that can be found at http://tech.groups.yahoo.com/group/nuttx/files.
Description: I never did get networking to work on the sim target. It tries to
use the tap device (/dev/net/tun) to emulate an Ethernet NIC, but I