Exploitation Des Outils Tictobin Et Bintotic; Installation Des Outils - NKE WATTECO TIC +2S0 Guide Utilisateur

Table des Matières

Publicité

Les langues disponibles

Les langues disponibles

10 E
XPLOITATION DES OUTILS TICTOBIN ET BINTOTIC
10.1 I
NSTALLATION DES OUTILS
Les outils sont transmis sous forme de Sources C POSIX pouvant être compilés avec gcc ou tout autre
compilateur C compatible POSIX. L'utilisation de Cygwin sous Windows est conseillée mais non obligatoire. Les
sources n'exploitent aucune librairie spécifique hormis les librairies C ISO telles que stdio et stdlib.
Les outils sont fournis sous la forme d'une archive : wtc_tictools-xxxxxxxx.tgz. Ils contiennent
d'autres utilitaires non décrits dans le présent document.
L'archive peut par exemple être décompréssée avec la commande suivante :
$
.tar zxvf wtc_tictools-xxxxxxxx.tgz
Compilation des outils :
$
cd wtc_tictools
$
make clean
rm -f *.o
if test -f "tictocrit"; then rm "tictocrit"; fi
if test -f "tictobin"; then rm "tictobin"; fi
if test -f "bintotic"; then rm "bintotic"; fi
if test -f "sendFrame"; then rm "sendFrame"; fi
if test -f "tictocrit.exe"; then rm "tictocrit.exe"; fi
if test -f "tictobin.exe"; then rm "tictobin.exe"; fi
if test -f "bintotic.exe"; then rm "bintotic.exe"; fi
if test -f "sendFrame.exe"; then rm "sendFrame.exe"; fi
$
make
gcc -Wall -Werror -I./wtc-tic-process
o tic-parser.o ./wtc-tic-process/tic-parser.c
gcc -Wall -Werror -I./wtc-tic-process
o tic-formater.o ./wtc-tic-process/tic-formater.c
gcc -Wall -Werror -I./wtc-tic-process
o tic-tools.o ./wtc-tic-process/tic-tools.c
gcc -Wall -Werror -I./wtc-tic-process
o ong-codec-tic.o ong-codec-tic.c
gcc -Wall -Werror -I./wtc-tic-process
tictobin.c tic-parser.o tic-formater.o tic-tools.o ong-codec-tic.o
gcc -Wall -Werror -I./wtc-tic-process
bintotic.c tic-formater.o tic-tools.o
gcc -Wall -Werror -I./wtc-tic-process
tictocrit.c tic-parser.o tic-formater.o tic-tools.o ong-codec-tic.o
gcc -Wall -Werror -I./wtc-tic-process
o sendFrame.o sendFrame.c
gcc
sendFrame.o -o sendFrame
All Rights Reserved – nke Watteco®
Guide utilisateur « TIC Sensor + 2S0 + 2Tores»
-I. -DTIC_TOOLS_FAKE_ETX_STX=1 -g -O0
-I. -DTIC_TOOLS_FAKE_ETX_STX=1 -g -O0
-I. -DTIC_TOOLS_FAKE_ETX_STX=1 -g -O0
-I. -DTIC_TOOLS_FAKE_ETX_STX=1 -g -O0
-I. -DTIC_TOOLS_FAKE_ETX_STX=1 -g -O0
-I. -DTIC_TOOLS_FAKE_ETX_STX=1 -g -O0
-o bintotic
-I. -DTIC_TOOLS_FAKE_ETX_STX=1 -g -O0
-I. -DTIC_TOOLS_FAKE_ETX_STX=1 -g -O0
Page 14 of 19
-o tictobin
-o tictocrit
Guide utilisateur - TIC + 2S0 + 2Tores
-c -
-c -
-c -
-c -
-c -

Publicité

Table des Matières
loading

Table des Matières