Changeset 2e26bbd in rtems
- Timestamp:
- 11/19/98 20:09:01 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8a9caa03
- Parents:
- 847375f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/canonicalize-tools.m4
r847375f r2e26bbd 56 56 AC_MSG_RESULT("no") 57 57 AC_MSG_ERROR([***] 58 [Environment variable $1 should e ther]58 [Environment variable $1 should either] 59 59 [be unset (preferred) or contain an absolute path]) 60 60 ;; … … 87 87 AC_MSG_ERROR([***] 88 88 [Can't figure out how to build a library index] 89 [Ne ther ranlib nor ar -s seem to be available] )89 [Neither ranlib nor ar -s seem to be available] ) 90 90 fi 91 91 fi -
c/src/lib/libbsp/sh/gensh1/startup/bspstart.c
r847375f r2e26bbd 87 87 and need to copy the vector table from rom to ram. 88 88 89 Depending on the board this can e ther be done from inside the rom89 Depending on the board this can either be done from inside the rom 90 90 startup code, rtems startup code or here. 91 91 */ -
configure.in
r847375f r2e26bbd 226 226 [Inconsistency in compiler configuration:] 227 227 [Target C compiler and Target C++ compiler] 228 [must both e ther be cross compilers or native compilers]228 [must both either be cross compilers or native compilers] 229 229 [Hint: If building a posix bsp: LD_LIBRARY_PATH?] ) 230 230 fi
Note: See TracChangeset
for help on using the changeset viewer.