Blank to all, my problem regards the compilation of one library (libjpeg) written in C using the g++-cris. Library is inside the directory /home/fox/devboard-R2_01/apps/PROVA_CPP where PROVA_CPP it contains the program that must use it.
When I configure the library the used command is: ./configure CC="g++-cris -mlinux". When I run the make file generate error message is: /usr/local/cris/cris-axis-linux-gnu/sys-include/string.h:259_parse error before token /usr/local/cris/cris-axis-linux-gnu/sys-include/string.h:264_parse error before token /usr/local/cris/cris-axis-linux-gnu/sys-include/string.h:267_parse error before token The same command is used with gcc-cris and my program run correctly. Which are the flags that I must use in order to configure the library? Thank you. Adriano Pasquali
