Lines Matching +full:- +full:babblesim
2 # SPDX-License-Identifier: Apache-2.0
4 # FindBabbleSim module for locating BabbleSim
9 # Path to the BabbleSim components source folder
12 # Path to the BabbleSim build output root path (under which libraries and binaries) are kept
16 # fetched babblesim using the manifest.
19 # If BabbleSim cannot be found we error right away with a message trying to guide users
32 list babblesim_base -f {posixpath}
46 message(FATAL_ERROR "This board requires the BabbleSim simulator. Please either\n\
47 a) Enable the west babblesim group with\n\
48 west config manifest.group-filter +babblesim && west update\n\
51 make everything -j 8\n\
56 More information can be found in https://babblesim.github.io/folder_structure_and_env.html"
71 message(FATAL_ERROR "Please ensure you have the latest babblesim and rebuild it."
74 cd ${BSIM_ROOT_PATH}; make everything -j 8\n"
86 message(WARNING "BabbleSim was never compiled (${version_file} not found)")