This is an ECOS build directory.

Required environment variables:
	ECOS_INSTALL_DIR - pointer to ECOS install directory 
        build/install (of the ECOS build tree)

ECOS Requirements:
	Environment Variables:
	ECOS_REPOSITORY - pointer to ECOS
        opensrc/ecos/ecos-2.0/packages
	PATH - changes to ECOS build-chain

Current targets:
		lib/libecos_usbdriver.a
		lib/libecos_wdctarget.a

	ELF images (app + lib + ecos) 
		bin/usb_loopback

--

Step by step:

0. Make sure you have checked out the ECOS tree
    in opensrc/ecos/

1. Install ECOS cross compilation tool chain
    http://ecos.sourceware.org/getstart.html

2. Update the following environment vars to the following:
        PATH: add cross compilation tools (e.g. mipsisa32-elf-gcc)
        PATH: add ECOS tools (e.g. opensrc/ecos/ecos-2.0/tools/bin/)
        ECOS_REPOSITORY: opensrc/ecos/ecos-2.0/packages

3. cd opensrc/ecos/projects/AR5523/ar5523_tb84
   mkdir build
   cp ar5523_tb84.ecc build/ecos.ecc
   cd build
   chmod 644 ecos.ecc
   ecosconfig tree # or ecosconfig.exe tree
   make
   
4. Update the following environment vars to the following:
        ECOS_INSTALL_DIR : 
            opensrc/ecos/projects/AR5523/ar5523_tb84/build/install

5. cd 4oDev/src/projects/predator/target
   make

6. If all is well, you should see bin/targApp


    


 