Commit d4596cfd authored by Lucas Russo's avatar Lucas Russo

README.md: update compilation instructions

parent f9f5a0f8
......@@ -213,7 +213,8 @@ the PCIe kernel driver.
If the PCIe driver is already installed, you could
run it without superuser.
./compile.sh <board type = [ml605|afcv3]>
Usage: ./compile.sh [-b <board>] [-a <applications>] [-e <with examples = yes/no>]
[-l <with library linking = yes/no>] [-d <with driver = yes/no>] [-x <extra flags>]
### Client
......@@ -223,10 +224,14 @@ Change to the Client API folder
Compile the library, with debug info
make ERRHAND_DBG=y ERRHAND_MIN_LEVEL=DBG_MIN_TRACE \
make BOARD=<board> ERRHAND_DBG=y ERRHAND_MIN_LEVEL=DBG_MIN_TRACE \
ERRHAND_SUBSYS_ON=’”(DBG_DEV_MNGR | DBG_DEV_IO | DBG_SM_IO | \
DBG_LIB_CLIENT | DBG_SM_PR | DBG_SM_CH | DBG_LL_IO | DBG_HAL_UTILS)”’
or
sudo ./compile.sh [<board>]
Install the library
sudo make install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment