Changeset 579fc6a3 in rtems
- Timestamp:
- 08/13/98 14:47:18 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 70502bc4
- Parents:
- 9898425
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/PROBLEMS
r9898425 r579fc6a3 44 44 ordering of lines in the screen file. This appears to be a combination 45 45 of a number of factors including buffering, processor speed, IO 46 device overhead, and clock interrupt rate. 46 device overhead, and clock interrupt rate. The biggest problem is that 47 some tests depend on polled IO with no unexpected context switches. 48 These may not be resolvable while maintaining the spirit of the test. 47 49 48 50 + The clock device drivers should really avoid doing the division … … 56 58 --enable-gcc28 are given. 57 59 + force --enable-libcdir when --disable-gcc28 is given 58 + Check for bare bsp getting CPU model set.59 -
configure
r9898425 r579fc6a3 2988 2988 # The bare bsp is a special case as it is not under the target_cpu path 2989 2989 case $i in 2990 bare) bspcpudir= ;; 2991 *) bspcpudir=$target_cpu/ ;; 2990 bare) 2991 bspcpudir= 2992 if test "X${BARE_CPU_CFLAGS}" = "X" ; then 2993 { echo "configure: error: --enable-bare-cpu-flags not specified for bare bsp" 1>&2; exit 1; } 2994 fi 2995 if test "X${BARE_CPU_MODEL}" = "X" ; then 2996 { echo "configure: error: --enable-bare-cpu-model not specified for bare bsp" 1>&2; exit 1; } 2997 fi 2998 ;; 2999 *) 3000 bspcpudir=$target_cpu/ 3001 ;; 2992 3002 esac 2993 3003 … … 3000 3010 3001 3011 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir""... $ac_c" 1>&6 3002 echo "configure:30 03: checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir" >&53012 echo "configure:3013: checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir" >&5 3003 3013 if test -d $srcdir/c/src/lib/libbsp/$bspcpudir$bspdir; then 3004 3014 rtems_av_save_dir=`pwd`; … … 3015 3025 3016 3026 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared""... $ac_c" 1>&6 3017 echo "configure:30 18: checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared" >&53027 echo "configure:3028: checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared" >&5 3018 3028 if test -d $srcdir/c/src/lib/libbsp/${bspcpudir}shared; then 3019 3029 rtems_av_save_dir=`pwd`; … … 3038 3048 3039 3049 echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6 3040 echo "configure:30 41: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&53050 echo "configure:3051: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5 3041 3051 if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then 3042 3052 rtems_av_save_dir=`pwd`; … … 3055 3065 3056 3066 echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6 3057 echo "configure:30 58: checking for Makefile.in in c/src/lib/start/$target_cpu" >&53067 echo "configure:3068: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5 3058 3068 if test -d $srcdir/c/src/lib/start/$target_cpu; then 3059 3069 rtems_av_save_dir=`pwd`; … … 3097 3107 # If the tests are enabled, then find all the test suite Makefiles 3098 3108 echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6 3099 echo "configure:31 00: checking if the test suites are enabled? " >&53109 echo "configure:3110: checking if the test suites are enabled? " >&5 3100 3110 tests_enabled=yes 3101 3111 # Check whether --enable-tests or --disable-tests was given. … … 3116 3126 3117 3127 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 3118 echo "configure:31 19: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&53128 echo "configure:3129: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 3119 3129 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 3120 3130 rtems_av_save_dir=`pwd`; … … 3133 3143 3134 3144 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 3135 echo "configure:31 36: checking for Makefile.in in c/src/tests/libtests" >&53145 echo "configure:3146: checking for Makefile.in in c/src/tests/libtests" >&5 3136 3146 if test -d $srcdir/c/src/tests/libtests; then 3137 3147 rtems_av_save_dir=`pwd`; … … 3148 3158 3149 3159 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 3150 echo "configure:31 51: checking for Makefile.in in c/src/tests/sptests" >&53160 echo "configure:3161: checking for Makefile.in in c/src/tests/sptests" >&5 3151 3161 if test -d $srcdir/c/src/tests/sptests; then 3152 3162 rtems_av_save_dir=`pwd`; … … 3163 3173 3164 3174 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 3165 echo "configure:31 66: checking for Makefile.in in c/src/tests/tmtests" >&53175 echo "configure:3176: checking for Makefile.in in c/src/tests/tmtests" >&5 3166 3176 if test -d $srcdir/c/src/tests/tmtests; then 3167 3177 rtems_av_save_dir=`pwd`; … … 3178 3188 3179 3189 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 3180 echo "configure:31 81: checking for Makefile.in in c/src/tests/mptests" >&53190 echo "configure:3191: checking for Makefile.in in c/src/tests/mptests" >&5 3181 3191 if test -d $srcdir/c/src/tests/mptests; then 3182 3192 rtems_av_save_dir=`pwd`; … … 3194 3204 3195 3205 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 3196 echo "configure:3 197: checking for Makefile.in in c/src/tests/psxtests" >&53206 echo "configure:3207: checking for Makefile.in in c/src/tests/psxtests" >&5 3197 3207 if test -d $srcdir/c/src/tests/psxtests; then 3198 3208 rtems_av_save_dir=`pwd`; … … 3212 3222 # If the HWAPI is enabled, the find the HWAPI Makefiles 3213 3223 echo $ac_n "checking if the HWAPI is enabled? ""... $ac_c" 1>&6 3214 echo "configure:32 15: checking if the HWAPI is enabled? " >&53224 echo "configure:3225: checking if the HWAPI is enabled? " >&5 3215 3225 # Check whether --enable-hwapi or --disable-hwapi was given. 3216 3226 if test "${enable_hwapi+set}" = set; then … … 3223 3233 3224 3234 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 3225 echo "configure:32 26: checking for Makefile.in in c/src/lib/libhwapi/analog" >&53235 echo "configure:3236: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 3226 3236 if test -d $srcdir/c/src/lib/libhwapi/analog; then 3227 3237 rtems_av_save_dir=`pwd`; … … 3238 3248 3239 3249 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 3240 echo "configure:32 41: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&53250 echo "configure:3251: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 3241 3251 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 3242 3252 rtems_av_save_dir=`pwd`; … … 3253 3263 3254 3264 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 3255 echo "configure:32 56: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&53265 echo "configure:3266: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 3256 3266 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 3257 3267 rtems_av_save_dir=`pwd`; … … 3268 3278 3269 3279 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 3270 echo "configure:32 71: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&53280 echo "configure:3281: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 3271 3281 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 3272 3282 rtems_av_save_dir=`pwd`; … … 3283 3293 3284 3294 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 3285 echo "configure:32 86: checking for Makefile.in in c/src/lib/libhwapi/serial" >&53295 echo "configure:3296: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 3286 3296 if test -d $srcdir/c/src/lib/libhwapi/serial; then 3287 3297 rtems_av_save_dir=`pwd`; … … 3298 3308 3299 3309 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 3300 echo "configure:33 01: checking for Makefile.in in c/src/lib/libhwapi/support" >&53310 echo "configure:3311: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 3301 3311 if test -d $srcdir/c/src/lib/libhwapi/support; then 3302 3312 rtems_av_save_dir=`pwd`; … … 3313 3323 3314 3324 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 3315 echo "configure:33 16: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&53325 echo "configure:3326: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 3316 3326 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 3317 3327 rtems_av_save_dir=`pwd`; … … 3358 3368 3359 3369 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 3360 echo "configure:33 61: checking for Makefile.in in c/build-tools" >&53370 echo "configure:3371: checking for Makefile.in in c/build-tools" >&5 3361 3371 if test -d $srcdir/c/build-tools; then 3362 3372 rtems_av_save_dir=`pwd`; … … 3373 3383 3374 3384 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 3375 echo "configure:33 76: checking for Makefile.in in make" >&53385 echo "configure:3386: checking for Makefile.in in make" >&5 3376 3386 if test -d $srcdir/make; then 3377 3387 rtems_av_save_dir=`pwd`; … … 3388 3398 3389 3399 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 3390 echo "configure:3 391: checking for Makefile.in in c/src/lib/libmisc" >&53400 echo "configure:3401: checking for Makefile.in in c/src/lib/libmisc" >&5 3391 3401 if test -d $srcdir/c/src/lib/libmisc; then 3392 3402 rtems_av_save_dir=`pwd`; … … 3403 3413 3404 3414 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 3405 echo "configure:34 06: checking for Makefile.in in c/src/tests/samples" >&53415 echo "configure:3416: checking for Makefile.in in c/src/tests/samples" >&5 3406 3416 if test -d $srcdir/c/src/tests/samples; then 3407 3417 rtems_av_save_dir=`pwd`; -
configure.in
r9898425 r579fc6a3 319 319 # The bare bsp is a special case as it is not under the target_cpu path 320 320 case $i in 321 bare) bspcpudir= ;; 322 *) bspcpudir=$target_cpu/ ;; 321 bare) 322 bspcpudir= 323 if test "X${BARE_CPU_CFLAGS}" = "X" ; then 324 AC_MSG_ERROR([--enable-bare-cpu-flags not specified for bare bsp]) 325 fi 326 if test "X${BARE_CPU_MODEL}" = "X" ; then 327 AC_MSG_ERROR([--enable-bare-cpu-model not specified for bare bsp]) 328 fi 329 ;; 330 *) 331 bspcpudir=$target_cpu/ 332 ;; 323 333 esac 324 334
Note: See TracChangeset
for help on using the changeset viewer.