Changes between Version 4 and Version 5 of ARM_QEMU
- Timestamp:
- Feb 5, 2008 1:54:15 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ARM_QEMU
v4 v5 131 131 132 132 133 == PJSIP == 134 135 === Build === 136 137 {{{ 138 $ cd /your/pjproject/directory 139 $ make distclean 140 $ ./aconfigure --host=arm-elf --disable-floating-point --disable-sound 141 $ cat << EOF > user.mak 142 export CFLAGS += -msoft-float 143 EOF 144 $ make dep 145 $ make 146 147 148 149 }}}