Skip to content
Snippets Groups Projects
Commit 4f7269b6 authored by gauthier's avatar gauthier
Browse files

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6324 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 55bb1248
No related branches found
No related tags found
No related merge requests found
...@@ -834,6 +834,7 @@ check_for_ltesoftmodem_executable() { ...@@ -834,6 +834,7 @@ check_for_ltesoftmodem_executable() {
if [ ! -f $OPENAIR_TARGETS/RT/USER/lte-softmodem ]; then if [ ! -f $OPENAIR_TARGETS/RT/USER/lte-softmodem ]; then
echo_error "Cannot find lte-softmodem executable object in directory $OPENAIR_TARGETS/RT/USER" echo_error "Cannot find lte-softmodem executable object in directory $OPENAIR_TARGETS/RT/USER"
echo_error "Check the compilation logs in bin/install_log.txt" echo_error "Check the compilation logs in bin/install_log.txt"
exit 1
fi fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment