uisp-dev
[Top][All Lists]
Advanced

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

Re: [Uisp-dev] new command line options


From: Theodore A. Roth
Subject: Re: [Uisp-dev] new command line options
Date: Sun, 2 Jun 2002 13:43:49 -0600 (MDT)

On Sun, 2 Jun 2002, Marek Michalkiewicz wrote:

>Thanks.  Tested a little with STK200 and ATmega323, reading/writing
>fuse bits seems to work OK.

Good. Thanks for checking.

>
>I've just committed a few fixes for typos and g++ 3.1 errors.
>I hope it still compiles with older versions...

Looks ok to me with gcc from redhat-7.3:

  address@hidden build]$ g++ --version
  2.96
  address@hidden build]$ make
  Making all in src
  make[1]: Entering directory `/home/troth/develop/avr/sav/uisp/build/src'
  c++ -DHAVE_CONFIG_H -I. -I../../src -I.     -g -O2 -c ../../src/Avr.C
  c++ -DHAVE_CONFIG_H -I. -I../../src -I.     -g -O2 -c ../../src/AvrAtmel.C
  c++ -DHAVE_CONFIG_H -I. -I../../src -I.     -g -O2 -c ../../src/AvrDummy.C
  c++ -DHAVE_CONFIG_H -I. -I../../src -I.     -g -O2 -c ../../src/DAPA.C
  c++ -DHAVE_CONFIG_H -I. -I../../src -I.     -g -O2 -c ../../src/Main.C
  c++ -DHAVE_CONFIG_H -I. -I../../src -I.     -g -O2 -c ../../src/MotIntl.C
  c++ -DHAVE_CONFIG_H -I. -I../../src -I.     -g -O2 -c ../../src/Serial.C
  c++ -DHAVE_CONFIG_H -I. -I../../src -I.     -g -O2 -c ../../src/Stk500.C
  c++ -DHAVE_CONFIG_H -I. -I../../src -I.     -g -O2 -c ../../src/Terminal.C
  c++ -DHAVE_CONFIG_H -I. -I../../src -I.     -g -O2 -c ../../src/cygwinp.C
  c++  -g -O2  -o uisp  Avr.o AvrAtmel.o AvrDummy.o DAPA.o Main.o MotIntl.o 
  Serial.o Stk500.o Terminal.o cygwinp.o  
  make[1]: Leaving directory `/home/troth/develop/avr/sav/uisp/build/src'
  make[1]: Entering directory `/home/troth/develop/avr/sav/uisp/build'
  make[1]: Nothing to be done for `all-am'.
  make[1]: Leaving directory `/home/troth/develop/avr/sav/uisp/build'

Ted Roth




reply via email to

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