summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/jmr3904/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-06 15:43:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-06 15:43:35 +0000
commita9c55f5bb14af52c853e7b3d63a53b3bd69f8e79 (patch)
treed40b55fbb96921dc0c46ca5c60de937b90cd24a0 /c/src/lib/libbsp/mips/jmr3904/README
parent2000-12-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-a9c55f5bb14af52c853e7b3d63a53b3bd69f8e79.tar.bz2
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* README: Updated to reflect status. * startup/linkcmds: Added .ctor and .dtor sections to no avail.
Diffstat (limited to 'c/src/lib/libbsp/mips/jmr3904/README')
-rw-r--r--c/src/lib/libbsp/mips/jmr3904/README26
1 files changed, 10 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/mips/jmr3904/README b/c/src/lib/libbsp/mips/jmr3904/README
index a6d974712b..ab1685973b 100644
--- a/c/src/lib/libbsp/mips/jmr3904/README
+++ b/c/src/lib/libbsp/mips/jmr3904/README
@@ -6,26 +6,20 @@ Simple BSP for the TX3904 simulator built into gdb.
Simulator Invocation
====================
-The following is not 100% correct since it does not work. :)
+The following is how the simulator is invoked.
-target sim --board=jmr3904pal --memory-region 0x8800000,0x100000
+target sim --board=jmr3904
+
+GDB must be configured with a target like "tx39-rtems". Otherwise,
+the simulator will not be built for the correct instruction
+and peripheral set.
Status
======
-+ printk() works and is being called from bsp_start as prove.
-
-+ There appears to be a compilation problem in _Thread_Handler_initialization
-where _Thread_Ready_chain[1] is only 1 byte -- not 12 from
-_Thread_Ready_chain[0]. I am throwing this to the RTEMS list
-first before reporting it.
-
-Made it to bsp_start
-mips-core: 4 byte write to unaligned address 0x8803bb01 at 0x8800d83c
++ hello.exe locks up while running the global destructors. This almost
+ has to be a linkcmds issue.
-Program received signal SIGBUS, Bus error.
-0x8800d83c in _Chain_Initialize_empty (the_chain=0x8803bb01)
- at ../../../../../jmr3904/lib/include/rtems/score/chain.inl:222
-222 the_chain->first = _Chain_Tail( the_chain );
-(gdb) q
++ There is no clock tick device driver.
++ There is no timer device driver.