diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index ba8d95dfd..6b4116b81 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -30,15 +30,14 @@ # linux-x86 (GNU compiler used for host builds) # linux-x86_64 (GNU compiler used for host builds) # linux-x86-borland (Borland C++ compiler used for host builds) -# solaris-sparc (sun compiler used for host builds) +# solaris-sparc (Sun compiler used for host builds) # solaris-sparc-gnu (GNU compiler used for host builds) -# solaris-sparc64 (sun compiler used for host builds) +# solaris-sparc64 (Sun compiler used for host builds) # solaris-sparc64-gnu (GNU compiler used for host builds) -# solaris-x86 (sun compiler used for host builds) +# solaris-x86 (Sun compiler used for host builds) # solaris-x86-gnu (GNU compiler used for host builds) # win32-x86 (MS Visual C++ compiler used for host builds) # win32-x86-mingw (MinGW compiler used for host builds) -# win32-x86-borland (Borland C++ compiler used for host builds) # win32-x86-cygwin (WIN32 API with cygwin GNU compiler used for host builds) # Debugging builds @@ -56,15 +55,18 @@ # The cross-compiler architectures to build EPICS for # # Currently Supporting: -# linux-386 (linux-x86 host) -# linux-486 (linux-x86 host) -# linux-586 (linux-x86 host) -# linux-686 (linux-x86 host) -# linux-athlon (linux-x86 host) -# linux-cris (Axis GNU crosscompiler on linux-x86 host) -# linux-cris_v10 (Axis GNU crosscompiler on linux-x86 host) -# linux-cris_v32 (Axis GNU crosscompiler on linux-x86 host) +# linux-386 (linux-x86 host) +# linux-486 (linux-x86 host) +# linux-586 (linux-x86 host) +# linux-686 (linux-x86 host) # linux-arm +# linux-arm_eb +# linux-arm_el +# linux-athlon (linux-x86 host) +# linux-cris (Axis GNU crosscompiler on linux-x86 host) +# linux-cris_v10 (Axis GNU crosscompiler on linux-x86 host) +# linux-cris_v32 (Axis GNU crosscompiler on linux-x86 host) +# linux-xscale_be # vxWorks-486 # vxWorks-68040 # vxWorks-68040lc @@ -76,10 +78,13 @@ # vxWorks-ppc604_long # vxWorks-ppc604_altivec # vxWorks-mpc8540 +# RTEMS-at91rm9200ek +# RTEMS-beatnik # RTEMS-gen68360 # RTEMS-mcp750 # RTEMS-mvme167 # RTEMS-mvme2100 +# RTEMS-mvme3100 # RTEMS-mvme5500 # RTEMS-pc386 # RTEMS-psim diff --git a/documentation/README.1st b/documentation/README.1st index 254e7f649..147efad85 100644 --- a/documentation/README.1st +++ b/documentation/README.1st @@ -39,16 +39,19 @@ Supported platforms configuration files in the configure/os directory and then make changes for your new platforms. - Host platforms (operating system - architecture - ) + Host platforms (operating system - architecture [- alternate toolset]) aix-ppc aix-ppc-gnu cygwin-x86 - darwin-ppc (Mac OS X) + darwin-ppc + darwin-x86 + darwin-ppcx86 + freebsd-x86 + freebsd-x86_64 hpux-parisc hpux-parisc-gnu linux-ppc - linux-ppc-bgl linux-x86 linux-x86_64 linux-x86-borland @@ -59,25 +62,23 @@ Supported platforms solaris-x86 solaris-x86-gnu win32-x86 - win32-x86-borland - win32-x86-cygwin win32-x86-mingw - - Debugging builds - - linux-x86-debug - linux-x86_64-debug - solaris-sparc-debug - win32-x86-debug + win32-x86-cygwin Cross compile target platforms (operating system - architecture) - linux-386 (linux-x86 host) - linux-486 (linux-x86 host) - linux-586 (linux-x86 host) - linux-686 (linux-x86 host) - linux-althon (linux-x86 host) - linuxRT-mvme2100 + linux-386 + linux-486 + linux-586 + linux-686 + linux-arm + linux-arm_eb + linux-arm_el + linux-athlon + linux-cris + linux-cris_v10 + linux-cris_v32 + linux-xscale_be vxWorks-486 vxWorks-68040 vxWorks-68040lc @@ -87,19 +88,20 @@ Supported platforms vxWorks-ppc603_long vxWorks-ppc604 vxWorks-ppc604_long - vxWorks6-mv2100 - vxWorks6-mv5100 + vxWorks-ppc604_altivec + vxWorks-mpc8540 + RTEMS-at91rm9200ek + RTEMS-beatnik RTEMS-gen68360 RTEMS-mcp750 RTEMS-mvme167 + RTEMS-mvme2100 + RTEMS-mvme3100 + RTEMS-mvme5500 RTEMS-pc386 RTEMS-psim RTEMS-uC5282 - Debugging builds - - vxWorks-68040-debug - Supported compilers This version of EPICS base has been built and tested using the host @@ -116,7 +118,7 @@ Software requirements path so that a gnumake version 3.81 or later is available. Perl - You must have perl version 5.6 or later installed. The configure files do + You must have perl version 5.8 or later installed. The configure files do not specify the perl full pathname. You need the perl executable in your search path. diff --git a/documentation/README.html b/documentation/README.html index 1a136d079..f90d576bd 100644 --- a/documentation/README.html +++ b/documentation/README.html @@ -55,86 +55,73 @@ to create and add the appropriate new configure files to the base/configure/os/d You can start by copying existing configuration files in the configure/os directory and then make changes for your new platforms. -
Host platforms (operating system - architecture - <alternate -c++ compiler>) +
+

Host platforms (operating system - architecture [- alternate toolset])

-aix-ppc -
aix-ppc-gnu -
cygwin-x86 -
darwin-ppc (Mac OS X) -
hpux-parisc -
hpux-parisc-gnu -
linux-ppc -
linux-ppc-bgl -
linux-x86 -
linux-x86_64 -
linux-x86-borland -
solaris-sparc -
solaris-sparc-gnu -
solaris-sparc64 -
solaris-sparc64-gnu -
solaris-x86 -
solaris-x86-gnu -
win32-x86 -
win32-x86-borland -
win32-x86-cygwin -
win32-x86-mingw -
+
aix-ppc
+aix-ppc-gnu
+cygwin-x86
+darwin-ppc
+darwin-x86
+darwin-ppcx86
+freebsd-x86
+freebsd-x86_64
+hpux-parisc
+hpux-parisc-gnu
+linux-ppc
+linux-x86
+linux-x86_64
+linux-x86-borland
+solaris-sparc
+solaris-sparc-gnu
+solaris-sparc64
+solaris-sparc64-gnu
+solaris-x86
+solaris-x86-gnu
+win32-x86
+win32-x86-mingw
+win32-x86-cygwin
+
-
- -
Debugging builds - -
-linux-x86-debug -
linux-x86_64-debug -
solaris-sparc-debug -
win32-x86-debug -
- - -
- - -

Cross compile target platforms (operating system - architecture)

-
-
-
-linux-386 (linux-x86 host) -
linux-486 (linux-x86 host) -
linux-586 (linux-x86 host) -
linux-686 (linux-x86 host) -
linux-althon (linux-x86 host) -
linuxRT-mvme2100 -
vxWorks-486 -
vxWorks-68040 -
vxWorks-68040lc -
vxWorks-68060 -
vxWorks-pentium -
vxWorks-ppc603 -
vxWorks-ppc603_long -
vxWorks-ppc604 -
vxWorks-ppc604_long -
vxWorks6-mv2100 -
vxWorks6-mv5100 -
RTEMS-gen68360 -
RTEMS-mcp750 -
RTEMS-mvme167 -
RTEMS-pc386 -
RTEMS-psim -
RTEMS-uC5282 -
-
- -
Debugging builds -
-vxWorks-68040-debug -
-
+
linux-386
+linux-486
+linux-586
+linux-686
+linux-arm
+linux-arm_eb
+linux-arm_el
+linux-athlon
+linux-cris
+linux-cris_v10
+linux-cris_v32
+linux-xscale_be
+vxWorks-486
+vxWorks-68040
+vxWorks-68040lc
+vxWorks-68060
+vxWorks-pentium
+vxWorks-ppc603
+vxWorks-ppc603_long
+vxWorks-ppc604
+vxWorks-ppc604_long
+vxWorks-ppc604_altivec
+vxWorks-mpc8540
+RTEMS-at91rm9200ek
+RTEMS-beatnik
+RTEMS-gen68360
+RTEMS-mcp750
+RTEMS-mvme167
+RTEMS-mvme2100
+RTEMS-mvme3100
+RTEMS-mvme5500
+RTEMS-pc386
+RTEMS-psim
+RTEMS-uC5282
+

Supported compilers

@@ -155,7 +142,7 @@ path so that a gnumake version 3.81 or later is available.

gcc
You must have gcc version 3.4.2 or later.

Perl -
You must have perl version 5.6 or later installed. The configure files +
You must have perl version 5.8 or later installed. The configure files do not specify the perl full pathname. You need the perl executable in your search path.

Unzip and tar (Winzip on WIN32 systems)