[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] Cygwin & Ava
From: |
Victor Sluiter |
Subject: |
[avr-gcc-list] Cygwin & Ava |
Date: |
Fri, 9 Nov 2001 10:43:30 +0100 (MET) |
After hearing from Cygwin, I installed it on my PC. It works fine! Now I'd
like to install avr-gcc and ava. I downloaded the src for ava, and unpacked
it. Now hen I type 'make', the following happens:
address@hidden /ava-0.3b/src
$ make
gcc -o ava -DAVA_LIB="\"../../usr/lib/uTools/ava\"" -Wall -fenum-int-equiv
-O Ma
in.o Preproc.o Lexer.o Syntax.o Symbol.o Segment.o Keywords.o Reports.o
Object.o
Avr.o
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ld:
cann
ot find -luser32
collect2: ld returned 1 exit status
make: *** [ava] Error 1
I'm a newbie on Linux and Unix (as you might have guessed), so maybe I'm
missing a package, or unpacked in the wrong dir? I changed the dirs in the
makefile to
# Directory Setup
AVA_BIN = ../../usr/local/bin
AVA_LIB = ../../usr/local/lib/uTools/ava
and the compiler settings to
# GNU C++ compiler
CPPFLAGS= -DAVA_LIB="\"$(AVA_LIB)\"" -Wall \
-fenum-int-equiv -O
I'm using GCC 2.95.3-5.
Does someone know what I'm doing wrong, or maybe know a tutorial on the web?
Any help would be welcome!
Thanks in advance, Victor
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
- [avr-gcc-list] Cygwin & Ava,
Victor Sluiter <=