IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Développement Discussion :

Implementation du protocole olsr


Sujet :

Développement

  1. #1
    Nouveau membre du Club
    Homme Profil pro
    Ingénieur systèmes et réseaux
    Inscrit en
    Novembre 2013
    Messages
    32
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations professionnelles :
    Activité : Ingénieur systèmes et réseaux
    Secteur : High Tech - Produits et services télécom et Internet

    Informations forums :
    Inscription : Novembre 2013
    Messages : 32
    Points : 30
    Points
    30
    Par défaut Implementation du protocole olsr
    bonsoir,SVP lors de l'implémentation du protocole olsr sous NS2 je recois cette erreur :
    la commande que j'ai tappé à l'interieur du repertoire ns-2.35: ./configure

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables... 
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking minix/config.h usability... no
    checking minix/config.h presence... no
    checking for minix/config.h... no
    checking whether it is safe to define __EXTENSIONS__... yes
    No .configure file found in current directory
    Continuing with default options...
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for gcc... (cached) gcc
    checking whether we are using the GNU C compiler... (cached) yes
    checking whether gcc accepts -g... (cached) yes
    checking for gcc option to accept ISO C89... (cached) none needed
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for ANSI C header files... (cached) yes
    checking for string.h... (cached) yes
    checking for main in -lXbsd... no
    checking for socket in -lsocket... no
    checking for gethostbyname in -lnsl... yes
    checking for dcgettext in -lintl... no
    checking for getnodebyname in -ldnet_stub... no
    checking that g++ can handle -O2... no
    checking if C++ libraries work without any namespace... no
    checking if C++ libraries work with namespace std... yes
    checking if STL works without any namespace... no
    checking if STL works with namespace std... yes
    checking should use STL... yes
    checking for tcl.h... -I../include
    checking for tclInt.h... -I../include
    checking for libtcl8.4... no
    checking for init.tcl... ../lib/tcl8.5
    checking for http.tcl... ../lib/tcl8.5/http1.0
    checking Tcl http.tcl library... yes
    checking for tclsh8.4.19... no
    checking for tclsh8.4... ../bin/tclsh8.4
    configure: error: Installation of tcl seems incomplete or can't be found automatically.
    Please correct the problem by telling configure where tcl is
    using the argument --with-tcl=/path/to/package
    (perhaps after installing it),
    or the package is not required, disable it with --with-tcl=no.
    Svp qlq'un peut m'aider et merci d'avance

  2. #2
    Nouveau membre du Club
    Homme Profil pro
    Ingénieur systèmes et réseaux
    Inscrit en
    Novembre 2013
    Messages
    32
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations professionnelles :
    Activité : Ingénieur systèmes et réseaux
    Secteur : High Tech - Produits et services télécom et Internet

    Informations forums :
    Inscription : Novembre 2013
    Messages : 32
    Points : 30
    Points
    30
    Par défaut install olsr sur ns2 reseau adhoc
    SVP c urgent
    j'ai recu cette probleme lors l'implementation de olsr sous ns2 après le patch j'ai fait install dans ns-allinone-
    et il m'affche cette probleme

    make: *** No rule to make target `sp/SP.o', needed by `ns'. Stop.
    Ns make failed!

    et merci d'avance

  3. #3
    Nouveau membre du Club
    Homme Profil pro
    Ingénieur systèmes et réseaux
    Inscrit en
    Novembre 2013
    Messages
    32
    Détails du profil
    Informations personnelles :
    Sexe : Homme

    Informations professionnelles :
    Activité : Ingénieur systèmes et réseaux
    Secteur : High Tech - Produits et services télécom et Internet

    Informations forums :
    Inscription : Novembre 2013
    Messages : 32
    Points : 30
    Points
    30
    Par défaut implémentation du protocole OLSR sous ubuntu (NS2)
    SVP j'ai besoin d'aide ,je suis toutes les etapes d'implémenter OLSR sous ns2 mais lors de l'execution de la commande ./install dans le repertoire ns-allinone-2.35 je recois cette erreur:

    trace/cmu-trace.cc:57:27: error: olsr/OLSR_pkt.h: No such file or directory
    trace/cmu-trace.cc: In member function ‘void CMUTrace::format_olsr(Packet*, int)’:
    trace/cmu-trace.cc:1175: error: ‘OLSR_pkt’ was not declared in this scope
    trace/cmu-trace.cc:1175: error: ‘op’ was not declared in this scope
    trace/cmu-trace.cc:1175: error: ‘PKT_OLSR’ was not declared in this scope
    trace/cmu-trace.cc:1186: error: ‘OLSR_HELLO_MSG’ was not declared in this scope
    trace/cmu-trace.cc:1188: error: ‘OLSR_TC_MSG’ was not declared in this scope
    trace/cmu-trace.cc:1208: error: ‘OLSR_HELLO_MSG’ was not declared in this scope
    trace/cmu-trace.cc:1210: error: ‘OLSR_TC_MSG’ was not declared in this scope
    trace/cmu-trace.cc:1230: error: ‘OLSR_HELLO_MSG’ was not declared in this scope
    trace/cmu-trace.cc:1232: error: ‘OLSR_TC_MSG’ was not declared in this scope
    make: *** [trace/cmu-trace.o] Error 1
    Ns make failed!

  4. #4
    Nouveau Candidat au Club
    Femme Profil pro
    Étudiant
    Inscrit en
    Mars 2015
    Messages
    1
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Âge : 34
    Localisation : Maroc

    Informations professionnelles :
    Activité : Étudiant
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Mars 2015
    Messages : 1
    Points : 1
    Points
    1
    Par défaut olsr
    Bonjour,
    SVP j'ai les même problémes et j'ai besoin d'aide est-ce que vous avez les résoudre? et comment?
    et Merci

Discussions similaires

  1. Problème d'exécution du protocole OLSR (ubuntu)
    Par hafta dans le forum Protocoles
    Réponses: 2
    Dernier message: 12/06/2014, 16h37
  2. Etat de l'art pour protocole OLSR
    Par azzdine dans le forum Général Python
    Réponses: 1
    Dernier message: 05/06/2013, 17h43
  3. Réponses: 24
    Dernier message: 16/07/2008, 14h04
  4. Implementer un protocole..?
    Par Triplix dans le forum Linux
    Réponses: 2
    Dernier message: 06/02/2007, 22h55

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo