Hello, I tried to compile  sdcc-4.1.0 on openindiana hipster 2110 ./configure went fine, but gmake stopped in "gmake apps" with the following message

gmake apps
gmake[2] : on entre dans le répertoire « /opt/sdcc/sim/ucsim »
gmake -C s51.src s51.src
gmake[3] : on entre dans le répertoire « /opt/sdcc/sim/ucsim/s51.src »
g++ -g -O2 -g -Wall  glob.o sim51.o inc.o jmp.o mov.o logic.o arith.o bit.o timer0.o timer1.o timer2.o serial.o port.o interrupt.o wdt.o pca.o mdu.o uc51.o uc52.o uc51r.o uc89c51r.o uc251.o uc517.o uc390.o uc390hw.o uc521.o uc88x.o uc320.o uc380.o s51.o  -L.. -lsim -lucsimutil -lguiucsim -lcmd -lsim -lrt -lnsl -lsocket  -o s51
Undefined                       first referenced
 symbol                             in file
uc_yy_set_string_to_parse(char const*) ../libucsimutil.a(app.o)
yylex()                             ../libcmd.a(cmdpars.o)
uc_yy_free_string_to_parse()        ../libucsimutil.a(app.o)
ld: fatal: symbol referencing errors. No output written to s51
collect2: error: ld returned 1 exit status
gmake[3]: *** [Makefile:129 : s51] Erreur 1
gmake[3] : on quitte le répertoire « /opt/sdcc/sim/ucsim/s51.src »
gmake[2]: *** [Makefile:50 : s51.src] Erreur 2
gmake[2] : on quitte le répertoire « /opt/sdcc/sim/ucsim »
gmake[1]: *** [Makefile:24 : all] Erreur 2
gmake[1] : on quitte le répertoire « /opt/sdcc/sim/ucsim »
gmake: *** [Makefile:153 : sdcc-misc] Erreur 2

Any idea about what is missing ? Probably an include file that is not in the expected place ?

Thanks

Marc



_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to