avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Cygwin & Ava


From: David Smead
Subject: Re: [avr-gcc-list] Cygwin & Ava
Date: Fri, 9 Nov 2001 14:15:20 -0800 (PST)

Victor,

The linker can't find a library named user32.  If the library is in the
standard place, (/usr/lib), then you need to run ldconfig to put it in the
linker cache.

-- 
Sincerely,

David Smead
http://www.amplepower.com.

On Fri, 9 Nov 2001, Victor Sluiter wrote:

> 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
>
>




reply via email to

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