##// END OF EJS Templates
a
Unknown -
r475:54e0312c1fdc
parent child
Show More
@@ -35,8 +35,6 if [ "$ENABLE_NEXMON" = true ] && [ "$ENABLE_WIRELESS" = true ]; then
35 cd "${NEXMON_ROOT}" || exit
35 cd "${NEXMON_ROOT}" || exit
36
36
37 # Make ancient isl build
37 # Make ancient isl build
38 export CC="${NEXMON_ROOT}"/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-
39 export CC="${CC}"gcc
40 cd buildtools/isl-0.10 || exit
38 cd buildtools/isl-0.10 || exit
41 ./configure
39 ./configure
42 make
40 make
@@ -51,7 +49,8 if [ "$ENABLE_NEXMON" = true ] && [ "$ENABLE_WIRELESS" = true ]; then
51 export KERNEL="${KERNEL_IMAGE}"
49 export KERNEL="${KERNEL_IMAGE}"
52 export ARCH=arm
50 export ARCH=arm
53 export SUBARCH=arm
51 export SUBARCH=arm
54
52 export CC="${NEXMON_ROOT}"/buildtools/gcc-arm-none-eabi-5_4-2016q2-linux-x86/bin/arm-none-eabi-
53 export CC="${CC}"gcc
55 export CCPLUGIN="${NEXMON_ROOT}"/buildtools/gcc-nexmon-plugin/nexmon.so
54 export CCPLUGIN="${NEXMON_ROOT}"/buildtools/gcc-nexmon-plugin/nexmon.so
56 export ZLIBFLATE="zlib-flate -compress"
55 export ZLIBFLATE="zlib-flate -compress"
57 export Q=@
56 export Q=@
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant