]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/commitdiff
rtems build: config.traget updated
authorPetr Benes <benesp16@fel.cvut.cz>
Fri, 11 Mar 2011 13:02:52 +0000 (14:02 +0100)
committerPetr Benes <benesp16@fel.cvut.cz>
Fri, 11 Mar 2011 13:02:52 +0000 (14:02 +0100)
build/rtems/config.target

index ac2d70d6c403b9f72edc01d850e1471716ba4970..b07411b96e1c8e7946239e31a07fa240a946be33 100644 (file)
@@ -1,5 +1,5 @@
 # -*- makefile-gmake -*-
-# Config file for compilation by OMK for AQuoSA/Linux OS target
+# Config file for compilation by OMK for RTEMS OS target
 
 # You can override these variables in config.omk
 AQUOSA_ROOT ?= $(wildcard /usr/local/aquosa)
@@ -9,9 +9,9 @@ test: wvtest
 .PHONY: test
 
 # Platform name as preprocessor symbol
-export PLATFORM=AQuoSA
+export PLATFORM=RTEMS
 # Platform name as used in file names
-export PLATFORM_FN=linux
+export PLATFORM_FN=RTEMS
 
 # Create symbolic links to headers instead of copying them. Useful
 # during development.
@@ -73,3 +73,9 @@ CONFIG_FRSH_TEST_test_spare_capacity=n                              # Needs more frsh api - TODO
 CONFIG_FRSH_TEST_test_timespec_operations=n                  # Needs timespec_operations.h
 CONFIG_FRSH_TEST_test_vres_id_bits=n                         # Depends on bit-fields in integer vres_id
 CONFIG_FSA_TESTS=n                                           # Depends on bit-fields in integer vres_id
+
+# Define the RTEMS installation directory in your config.omk
+RTEMS_MAKEFILE_PATH = /opt/rtems/i386-rtems4.10/pc586
+
+# NOTE: If the install as root fails due to not having RTEMS tools in your PATH,
+#       you will have to "export PATH=/opt/rtems-4.10/bin:$PATH" as well.