Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
fef1177e
Commit
fef1177e
authored
Oct 11, 2019
by
Yann Garcia
Browse files
Update scripts/update_its_project.bash, scripts/pki_generate_makefile.bash files
parent
d08275ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/pki_generate_makefile.bash
View file @
fef1177e
...
...
@@ -241,9 +241,14 @@ sed --in-place "${ADD_RUN_LINE_3}" ./Makefile
# Build all
make all 2>&1 3>&1 |
tee
--append
build.log
if
[
"
$?
"
=
=
"
1
"
]
if
[
"
$?
"
!
=
"
0
"
]
then
f_exit
"Failed to generate ATS source code"
9
fi
echo
">>>
${
LD_LIBRARY_PATH
}
"
# For debug purpose only
../bin/Ats
${
ATS_NAME
}
-v
if
[
"
$?
"
!=
"0"
]
then
f_exit
"Failed to executte binary file Ats
${
ATS_NAME
}
"
10
fi
f_exit
"Build done successfully"
0
scripts/update_its_project.bash
View file @
fef1177e
...
...
@@ -381,6 +381,8 @@ do
cp
$i
${
PATH_DEV_ITS
}
/include/asn1
done
ln
-sf
${
PATH_DEV_ITS
}
/bin/asn1/libItsAsn.so
${
PATH_DEV_ITS
}
/lib/libItsAsn.so
ls
-ltr
${
PATH_DEV_ITS
}
/lib
echo
${
LD_LIBRARY_PATH
}
#cp ${HOME}/frameworks/asn1c/skeletons/ANY.h ${PATH_DEV_ITS}/include/asn1
cd
${
OLDPWD
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment