Changeset 273 for trunk/BUILDING.txt
- Timestamp:
- 12/29/06 14:31:55 (2 years ago)
- Files:
-
- trunk/BUILDING.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BUILDING.txt
r261 r273 17 17 platforms to use different compilers. 18 18 19 Currently, the only supportedhal is "lpc2106-cmucam3", which uses a19 The normal CMUcam3 hal is "lpc2106-cmucam3", which uses a 20 20 version of GCC optimized for the ARM processor. To build using this 21 21 hal, you'll need the arm-none-eabi-* style GCC tools from … … 31 31 thing to change is COMPILER_PREFIX, in case you have a custom compiler 32 32 built under a different name. 33 34 If you would like to try to use the "virtual-cam" hal, which allows for 35 prototyping on your PC either add "hal=virtual-cam" at the top of /include/common.mk or type "make hal=virtual-cam" whenever you build (including in the project directories). 33 36 34 37
