Show
Ignore:
Timestamp:
12/29/06 14:31:55 (2 years ago)
Author:
anthony_rowe
Message:

virtual-cam makefile adjustments.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BUILDING.txt

    r261 r273  
    1717platforms to use different compilers. 
    1818 
    19 Currently, the only supported hal is "lpc2106-cmucam3", which uses a 
     19The normal CMUcam3 hal is "lpc2106-cmucam3", which uses a 
    2020version of GCC optimized for the ARM processor. To build using this 
    2121hal, you'll need the arm-none-eabi-* style GCC tools from 
     
    3131thing to change is COMPILER_PREFIX, in case you have a custom compiler 
    3232built under a different name. 
     33 
     34If you would like to try to use the "virtual-cam" hal, which allows for 
     35prototyping 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). 
    3336 
    3437