simulavr-devel
[Top][All Lists]
Advanced

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

Re: [Simulavr-devel] SimulAVR Compilation Problem


From: Oleg Batrashev
Subject: Re: [Simulavr-devel] SimulAVR Compilation Problem
Date: Tue, 8 Feb 2005 01:40:29 +0200 (EET)


/bin/sh ../libtool --mode=link --tag=CXX g++ -O2 -g -O2   -o simulavr
main.o ../src/libavrsim_pp.la /usr/lib/libbfd.a /usr/lib/libiberty.a
g++ -O2 -g -O2 -o .libs/simulavr main.o  ../src/.libs/libavrsim_pp.so
/usr/lib/libbfd.a /usr/lib/libiberty.a
creating simulavr
c++ -o simulavr_wrap.cpp simulavr.i
simulavr.i:1: error: parse error before `%' token
simulavr.i:4: error: parse error before `#' token
simulavr.i:5: error: parse error before `#' token

It seems you dont have swig, that should make simulavr_wrap.cpp from simulavr.i

swig (1)             - Simplified Wrapper and Interface Generator

Check what configure says.

After all you will also need tcl. So if it will not be able to find tcl (you will see another long error list), specify to configure command line "CPPFLAGS=-I/path/to/tcl_h" At least its the simplest solution I know. (in this case ignore configure which shows it cannot find tcl)

Oleg





reply via email to

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