Changes between Version 1 and Version 2 of PortingYourApp
- Timestamp:
- Oct 8, 2009, 12:22:14 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingYourApp
v1 v2 50 50 * `signal()` 51 51 * `sys/types.h` 52 We will have to provide them. 52 53 We will have to provide them. 53 54 54 55 Add a `lib/getenv.c` file: … … 121 122 122 123 {{{ 123 user@host …caba-vgmn-mutekh_tutorial $ make CONFIG=config_soclib_arm APP=/path/to/mutek_port/src MUTEKH_DIR=path/to/mutekh124 … 124 user@host ... caba-vgmn-mutekh_tutorial $ make CONFIG=config_soclib_arm APP=/path/to/mutek_port/src MUTEKH_DIR=path/to/mutekh 125 ... 125 126 LD o .../caba-vgmn-mutekh_tutorial/mutekh/kernel-soclib-arm.o 126 127 LD out .../caba-vgmn-mutekh_tutorial/mutekh/kernel-soclib-arm.out