uisp-dev
[Top][All Lists]
Advanced

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

[Uisp-dev] [bug #18564] Compilation under cygwin does not work


From: anonymous
Subject: [Uisp-dev] [bug #18564] Compilation under cygwin does not work
Date: Wed, 20 Dec 2006 09:50:42 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0

URL:
  <http://savannah.nongnu.org/bugs/?18564>

                 Summary: Compilation under cygwin does not work
                 Project: AVR In-System Programmer
            Submitted by: None
            Submitted on: Wednesday 12/20/2006 at 09:50 UTC
                Category: None
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

Hello,

I use windows xp, cygwin, gcc 3.2, uisp-20050207 and following commands:
./bootstrap
./configure <- here i get "eval" error about missing '"'
make

linking fails with following:
-----------------
.
.
.
if g++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -MT Terminal.o -MD
-M
P -MF ".deps/Terminal.Tpo" \
  -c -o Terminal.o `test -f 'Terminal.C' || echo './'`Terminal.C; \
then mv -f ".deps/Terminal.Tpo" ".deps/Terminal.Po"; \
else rm -f ".deps/Terminal.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.    -Wall -Werror -g -O2 -MT cygwinp.o -MD
-MP
 -MF ".deps/cygwinp.Tpo" \
  -c -o cygwinp.o `test -f 'cygwinp.C' || echo './'`cygwinp.C; \
then mv -f ".deps/cygwinp.Tpo" ".deps/cygwinp.Po"; \
else rm -f ".deps/cygwinp.Tpo"; exit 1; \
fi
g++ -Wall -Werror -g -O2   -o uisp.exe  Avr.o AvrAtmel.o AvrDummy.o DAPA.o
Main.
o MotIntl.o Serial.o Stk500.o Terminal.o cygwinp.o
Avr.o: In function `ZN4TAvr16GetWritePageSizeEv':
/cygdrive/c/V/temp/uisp-20050207/src/Avr.C:138: undefined reference to
`__assert
'
Avr.o: In function `ZN7TDeviceD0Ev':
/cygdrive/c/V/temp/uisp-20050207/src/Global.h:(.eh_frame+0x11): undefined
refere
nce to `__gxx_personality_v0'
AvrAtmel.o: In function `ZN9TAvrAtmelC2Ev':
/cygdrive/c/V/temp/uisp-20050207/src/AvrAtmel.C:532: undefined reference to
`_Un
wind_Resume'
AvrAtmel.o: In function `ZN9TAvrAtmelC1Ev':
/cygdrive/c/V/temp/uisp-20050207/src/AvrAtmel.C:532: undefined reference to
`_Un
wind_Resume'
AvrAtmel.o: In function `ZN7TDevice12GetPollCountEv':
/cygdrive/c/V/temp/uisp-20050207/src/AvrAtmel.C:(.eh_frame+0x12): undefined
refe
rence to `__gxx_personality_v0'
AvrDummy.o: In function `ZN9TAvrDummy22WriteProgramMemoryPageEv':
/cygdrive/c/V/temp/uisp-20050207/src/AvrDummy.C:107: undefined reference to
`get
timeofday'
/cygdrive/c/V/temp/uisp-20050207/src/AvrDummy.C:115: undefined reference to
`get
timeofday'
/cygdrive/c/V/temp/uisp-20050207/src/AvrDummy.C:120: undefined reference to
`get
timeofday'
AvrDummy.o: In function `ZN9TAvrDummy9WriteByteEjhb':
/cygdrive/c/V/temp/uisp-20050207/src/AvrDummy.C:366: undefined reference to
`get
timeofday'
/cygdrive/c/V/temp/uisp-20050207/src/AvrDummy.C:447: undefined reference to
`get
timeofday'
.
.
.
----------
It looks like missing libraries during linking.

How can I link the UISP correctly ?





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?18564>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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