simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] Build Failure


From: John Hasler
Subject: [Simulavr-devel] Build Failure
Date: Thu, 26 Jul 2007 11:08:26 -0500

Make fails with:

Making all in src
make[1]: Entering directory `/home/john/simulavrxx/simulavrxx-0.8.006/src'
make  all-recursive
make[2]: Entering directory `/home/john/simulavrxx/simulavrxx-0.8.006/src'
Making all in python
make[3]: Entering directory 
`/home/john/simulavrxx/simulavrxx-0.8.006/src/python'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/john/simulavrxx/simulavrxx-0.8.006/src/python'
make[3]: Entering directory `/home/john/simulavrxx/simulavrxx-0.8.006/src'
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H 
-I/usr/local/include -I/usr/include -I../src -I ../src   -O2 -g -O2 -MT 
application.lo -MD -MP -MF ".deps/application.Tpo" -c -o application.lo 
application.cpp; \
        then mv -f ".deps/application.Tpo" ".deps/application.Plo"; else rm -f 
".deps/application.Tpo"; exit 1; fi
mkdir .libs
 g++ -DHAVE_CONFIG_H -I/usr/local/include -I/usr/include -I../src -I ../src -O2 
-g -O2 -MT application.lo -MD -MP -MF .deps/application.Tpo -c application.cpp  
-fPIC -DPIC -o .libs/application.o
 g++ -DHAVE_CONFIG_H -I/usr/local/include -I/usr/include -I../src -I ../src -O2 
-g -O2 -MT application.lo -MD -MP -MF .deps/application.Tpo -c application.cpp 
-o application.o >/dev/null 2>&1
if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H 
-I/usr/local/include -I/usr/include -I../src -I ../src   -O2 -g -O2 -MT 
at4433.lo -MD -MP -MF ".deps/at4433.Tpo" -c -o at4433.lo at4433.cpp; \
        then mv -f ".deps/at4433.Tpo" ".deps/at4433.Plo"; else rm -f 
".deps/at4433.Tpo"; exit 1; fi
 g++ -DHAVE_CONFIG_H -I/usr/local/include -I/usr/include -I../src -I ../src -O2 
-g -O2 -MT at4433.lo -MD -MP -MF .deps/at4433.Tpo -c at4433.cpp  -fPIC -DPIC -o 
.libs/at4433.o
at4433.h:42: error: ISO C++ forbids declaration of 'HWPort' with no type
at4433.h:42: error: expected ';' before '*' token
at4433.h:43: error: ISO C++ forbids declaration of 'HWPort' with no type
at4433.h:43: error: expected ';' before '*' token
at4433.h:44: error: ISO C++ forbids declaration of 'HWPort' with no type
at4433.h:44: error: expected ';' before '*' token
at4433.h:45: error: ISO C++ forbids declaration of 'HWPort' with no type
at4433.h:45: error: expected ';' before '*' token
at4433.h:47: error: ISO C++ forbids declaration of 'HWPort' with no type
at4433.h:47: error: expected ';' before '*' token
at4433.cpp: In constructor 'AvrDevice_at90s4433::AvrDevice_at90s4433()':
at4433.cpp:51: error: 'portb' was not declared in this scope
at4433.cpp:52: error: 'portc' was not declared in this scope
at4433.cpp:53: error: 'portd' was not declared in this scope
at4433.cpp:55: error: 'portx' was not declared in this scope
at4433.cpp:57: error: 'porty' was not declared in this scope
make[3]: *** [at4433.lo] Error 1
make[3]: Leaving directory `/home/john/simulavrxx/simulavrxx-0.8.006/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/john/simulavrxx/simulavrxx-0.8.006/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/john/simulavrxx/simulavrxx-0.8.006/src'
make: *** [all-recursive] Error 1


I am using gcc 4.1.3 on Debian/Sid on i386.

-- 
John Hasler




reply via email to

[Prev in Thread] Current Thread [Next in Thread]