سلام دوستان من وقتی این برنامه رو که برای میکروکنترلر avr هستش رو می خوام نصب کنم
هنگام استفاده از دستور make این خطا ها رو میده
reza@ubuntu:~/uisp-20050207$ make
Making all in src
make[1]: Entering directory `/home/reza/uisp-20050207/src'
make all-am
make[2]: Entering directory `/home/reza/uisp-20050207/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -Werror -g -O2 -MT Avr.o -MD -MP -MF ".deps/Avr.Tpo" \
-c -o Avr.o `test -f 'Avr.C' || echo './'`Avr.C; \
then mv -f ".deps/Avr.Tpo" ".deps/Avr.Po"; \
else rm -f ".deps/Avr.Tpo"; exit 1; \
fi
cc1plus: warnings being treated as errors
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
Avr.C:127: error: deprecated conversion from string constant to ‘char*’
make[2]: *** [Avr.o] Error 1
make[2]: Leaving directory `/home/reza/uisp-20050207/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/reza/uisp-20050207/src'
make: *** [all-recursive] Error 1