Changeset 87 in flair-src for trunk/tools


Ignore:
Timestamp:
09/28/16 08:41:02 (8 years ago)
Author:
Sanahuja Guillaume
Message:

camera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Dbt2csv/cmake_codeblocks.sh

    r12 r87  
    11DIR=build_$(uname -m)
     2
     3### IMPORTANT: We don't use standard cmake_codeblocks script since we don't compile in release mode due to optimization problem (-03) ###
    24
    35#verifie l'existence du lien symbolique build
     
    911        fi
    1012        if ! readlink build | grep -w $DIR >/dev/null; then
    11                 echo "Warnink, build was pointing to another directory."
     13                echo "Warning, build was pointing to another directory."
    1214        fi
    1315        rm build
     
    2426rm -f CMakeCache.txt
    2527rm -rf CMakeFiles
    26 cmake ../ -G "CodeBlocks - Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=${OECORE_CMAKE_HOST_TOOLCHAIN}
     28${OECORE_HOST_NATIVE_SYSROOT}/usr/bin/cmake ../ -G "CodeBlocks - Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE=${OECORE_CMAKE_HOST_TOOLCHAIN}
Note: See TracChangeset for help on using the changeset viewer.