Timeline



10/04/99:

20:41 Changeset in rtems [19ca797]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Motorola MVME2307 BSP submitted by Jay Kulpinski <jskulpin@…>. No modifications made.
19:51 Changeset in rtems [92b211a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
The fiels isatty.c and creat.c were copied from newlib/libc/posix to avoid conflicts.
19:41 Changeset in rtems [7d96321]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modifications necessary to support testing of exitting a pthread from Charles-Antione Gauthier <charles.gauthier@…>.
19:15 Changeset in rtems [811804fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to make fix bug where wrapup left pieces out of the librtemsall.a.
18:53 Changeset in rtems [0efa9f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to make fix bug where wrapup left pieces out of the librtemsall.a.
18:40 Changeset in rtems [cc63e08]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to make libnetworking a top level more independently configured package.
18:33 Changeset in rtems [5a83ba2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The patch below actuallly consists of two patches: 1) moving librpc to c/src/librpc similar to what has been done to librtems++ 2) reworked configure scripts, many safety and dependency checks added to aclocal/*.m4 macros + configuration fixes. To apply: mkdir c/src/librpc mkdir c/src/librpc/src cp c/src/lib/librpc/*.c c/src/librpc/src cp c/src/lib/librpc/Makefile.in c/src/librpc/src mkdir c/src/librpc/include mkdir c/src/librpc/include/rpc cp c/src/lib/include/rpc/* c/src/librpc/include/rpc patch -p1 < ../rtems-rc-19990820-7.diff rm -rf c/src/lib/librpc rm -rf c/src/lib/include/rpc ./autogen The additional checks in aclocal/*m4 macros add rather restrictive, sometimes unnecessarily restrictive constraints on the sequence of how macros can be used in a configure.in script. Adding them has let my problems with some more complicated configuration options vanish. Apparently some macros had not been in the required order . ---- Now I still get some linking errors for some cpus and bsps, esp when linking cdtest, but also at other locations: e.g. this happens for mips64orion/p4600: # make[5]: Entering directory `/lfs/poseidon/users/rtems/src/multi/build/mips64orion-rtems/c/p4600/tests/samples/hello' /opt/rtems/bin/mips64orion-rtems-gcc --pipe -B../../../../../../p4600/lib/ -specs bsp_specs -qrtems -DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -Dmips=3 -mcpu=4600 -G0 -I../../../../../../p4600/lib/include/networking -g -Wall -ansi -fasm -O4 -fomit-frame-pointer -o o-p4600/hello.exe o-p4600/init.o ../../../../../../p4600/lib/no-dpmem.rel ../../../../../../p4600/lib/no-event.rel ../../../../../../p4600/lib/no-msg.rel ../../../../../../p4600/lib/no-mp.rel ../../../../../../p4600/lib/no-part.rel ../../../../../../p4600/lib/no-signal.rel ../../../../../../p4600/lib/no-timer.rel ../../../../../../p4600/lib/no-rtmon.rel /opt/rtems/mips64orion-rtems/lib/libc.a(dtoa.o): In function `_dtoa_r': /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol collect2: ld returned 1 exit status # mips64orion-rtems-gcc -v Reading specs from /opt/rtems/lib/gcc-lib/mips64orion-rtems/2.95.1/specs gcc version 2.95.1 19990816 (release) # mips64orion-rtems-ld -v GNU ld version 2.9.5 (with BFD 2.9.5)
18:20 Changeset in rtems [b62a92c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: The patch below actuallly consists of two patches: 1) moving librpc to c/src/librpc similar to what has been done to librtems++ 2) reworked configure scripts, many safety and dependency checks added to aclocal/*.m4 macros + configuration fixes. To apply: mkdir c/src/librpc mkdir c/src/librpc/src cp c/src/lib/librpc/*.c c/src/librpc/src cp c/src/lib/librpc/Makefile.in c/src/librpc/src mkdir c/src/librpc/include mkdir c/src/librpc/include/rpc cp c/src/lib/include/rpc/* c/src/librpc/include/rpc patch -p1 < ../rtems-rc-19990820-7.diff rm -rf c/src/lib/librpc rm -rf c/src/lib/include/rpc ./autogen The additional checks in aclocal/*m4 macros add rather restrictive, sometimes unnecessarily restrictive constraints on the sequence of how macros can be used in a configure.in script. Adding them has let my problems with some more complicated configuration options vanish. Apparently some macros had not been in the required order . ---- Now I still get some linking errors for some cpus and bsps, esp when linking cdtest, but also at other locations: e.g. this happens for mips64orion/p4600: # make[5]: Entering directory `/lfs/poseidon/users/rtems/src/multi/build/mips64orion-rtems/c/p4600/tests/samples/hello' /opt/rtems/bin/mips64orion-rtems-gcc --pipe -B../../../../../../p4600/lib/ -specs bsp_specs -qrtems -DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -Dmips=3 -mcpu=4600 -G0 -I../../../../../../p4600/lib/include/networking -g -Wall -ansi -fasm -O4 -fomit-frame-pointer -o o-p4600/hello.exe o-p4600/init.o ../../../../../../p4600/lib/no-dpmem.rel ../../../../../../p4600/lib/no-event.rel ../../../../../../p4600/lib/no-msg.rel ../../../../../../p4600/lib/no-mp.rel ../../../../../../p4600/lib/no-part.rel ../../../../../../p4600/lib/no-signal.rel ../../../../../../p4600/lib/no-timer.rel ../../../../../../p4600/lib/no-rtmon.rel /opt/rtems/mips64orion-rtems/lib/libc.a(dtoa.o): In function `_dtoa_r': /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol /opt/hermes/embedded/build/build-mips64orion-tools/mips64orion-rtems/newlib/libc/stdlib/../../../../../src/newlib/libc/stdlib/dtoa.c:348: relocation truncated to fit: R_MIPS_LITERAL no symbol collect2: ld returned 1 exit status # mips64orion-rtems-gcc -v Reading specs from /opt/rtems/lib/gcc-lib/mips64orion-rtems/2.95.1/specs gcc version 2.95.1 19990816 (release) # mips64orion-rtems-ld -v GNU ld version 2.9.5 (with BFD 2.9.5)
17:33 Changeset in rtems [4f021c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed Makefile.in generated from Makefile.am
16:58 Changeset in rtems [3ac8e590]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
This file was not updated in a recent patch from Ralf Corsepius.
16:34 Changeset in rtems [95ba459]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed excep.c
16:28 Changeset in rtems [4451bad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed.
16:19 Changeset in rtems [b7c712e3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed empty file.
13:54 Changeset in rtems [e50e3eff]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New test for getenv/putenv added by Joel.
13:51 Changeset in rtems [6fca2f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…>. Comments follow: The old system would panic when the loopback interface was included as part of the network initialation structures. With the printf you get an message, but the interface is still properly initialized.
13:47 Changeset in rtems [cb620844]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Eric Norum <eric@…> to ensure the console initialization is only done once.
13:43 Changeset in rtems [67d0f4e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified to setup environment pointer on all BSPs. This results in getenv/putenv working all the time without special assistance from the BSP.
13:42 Changeset in rtems [936f288]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Setup environment pointer for getenv/putenv. Patch from Eric Norum <eric@…>.
13:30 Changeset in rtems [473b4e5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated.
13:16 Changeset in rtems [9888de3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to fix bug report from Eric Norum <eric@…>. This patch was rtems-19990820-0-diff from Ralf. FYI: In parallel to the transition to automake, RTEMS is on a transition from make-time configuration to per-bsp and per-bsp configuration at configuration-time. Due to this several changes to configuration files have been added and might have broken something that has been working previously. Most noticeable behavioral change is that you now are required to use @RTEMS_BSP@ instead of $(RTEMS_BSP) inside of any Makefile.ins which are configured or build as part of the source-tree. > It used to be that only RTEMS_MAKEFILE_PATH had to be set. Why is this > no longer sufficient? It should still be working, if it doesn't, it has to be considered to be broken and should be fixed. I am not sure, but I assume you are using Makefile.inc - In this case, you have found a bug in Makefile.inc.in which should be worked-around by the patch below. If my assumption is wrong, I would need more details …

10/01/99:

18:05 Changeset in rtems [0c7aab8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed rtems_isr_level to rtems_interrupt_level per Chris Johns' <ccj@…> suggestion.
17:44 Changeset in rtems [ed11cadf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Numerous minor changes required to transition to the latest version of texinfo and TeX. This version of the tools can produce PDF with figures included.
17:42 Changeset in rtems [a25f702]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Clarified catch and disable per suggestion from Chris Johns <ccj@…>.
17:35 Changeset in rtems [b406ad20]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added return 0 to pollWrite and InterruptWrite? examples. Chris Johns <ccj@…> suggested this.
15:55 Changeset in rtems [3cad2919]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Addition of more functionality by Eric Norum to support GNU readline.

09/30/99:

14:21 Changeset in rtems [6b7a6d98]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990930
14:11 Changeset in rtems [cd177de]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990930
13:23 Changeset in rtems [06f98e7d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 19990930
Note: See TracTimeline for information about the timeline view.