[C.CC USERS] new problem
Omer Kilic
omer at concurrency.cc
Sat Apr 24 03:24:26 BST 2010
Hi Dennis,
Dennis Meade wrote the following on/at 24/04/2010 02:31:
> I re-installed everything with the Arduino plugged into a USB port and
> that seems to have made a difference. The Arduino is seen by the VM, but
> I can't test it in Ubuntu because I've run into another problem.
>
> <snip>
>
> It was created by libtvm configure 1.0.0, which was
> generated by GNU Autoconf 2.64. Invocation command line was
This definitely looks like the autoconf issue we were talking about
earlier (hence the suggestion to use a fresh Lucid install).
Quote from the CrossBuilding wiki page[1]:
"""
Checking your autoconf version
Run:
autoconf --version
If this says autoconf (GNU Autoconf) 2.64, then you need to get a
different version of autoconf from somewhere (i.e. 2.63 or earlier, or
2.65 or later). autoconf 2.64 has a bug that prevents cross-compilation
from working. If you're using Ubuntu 9.10 (karmic), then you probably
have this problem (Ubuntu bug 506452).
"""
You need to either grab the updated autoconf package from Lucid
repositories and replace it with the current version on your system or
compile it from source. The first option is the less painful one so I
suggest you go for that.
HTH,
Omer.
[1] http://projects.cs.kent.ac.uk/projects/kroc/trac/wiki/CrossBuilding
More information about the users
mailing list