simulavr-devel
[Top][All Lists]
Advanced

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

RE: [Simulavr-devel] joel committing now


From: Weddington, Eric
Subject: RE: [Simulavr-devel] joel committing now
Date: Mon, 9 Mar 2009 14:52:01 -0600

 

> -----Original Message-----
> From: 
> address@hidden 
> [mailto:address@hidden
> u.org] On Behalf Of Joel Sherrill
> Sent: Monday, March 09, 2009 9:40 AM
> To: address@hidden
> Subject: [Simulavr-devel] joel committing now
> 

Hi Joel,

Thanks for working on the Cygwin build! :-)

> Questions:
> 
> + Should the old src/Makefile and config.h be removed?

Since you have the autotools portion working, I don't see why we need to keep 
it.

> + Should the .cvsignore's be in place to ignore the
> plethora of autotools generated files?

Yes, I think that would be good too.

Attached are my logs from building on Cygwin.

It seems that there is a problem in building the examples. I get a lot of 
"command not found" messages, however these don't seem to stop the build when 
the probably should.

Making all in examples
make[1]: Entering directory `/cygdrive/c/avrdev/simulavr/simulavrxx/examples'
Making all in simple_ex1
make[2]: Entering directory 
`/cygdrive/c/avrdev/simulavr/simulavrxx/examples/simple_ex1'
g -O2 -mmcu=at90s8515 -c -o fred.o fred.c 
make[2]: g: Command not found
make[2]: [fred.o] Error 127 (ignored)
mmcu=at90s8515 -o fred fred.o
/bin/sh: -o: command not found
make[2]: [fred] Error 127 (ignored)
make[2]: Leaving directory 
`/cygdrive/c/avrdev/simulavr/simulavrxx/examples/simple_ex1'
Making all in anacomp
make[2]: Entering directory 
`/cygdrive/c/avrdev/simulavr/simulavrxx/examples/anacomp'
make[3]: Entering directory 
`/cygdrive/c/avrdev/simulavr/simulavrxx/examples/anacomp'
g -O2 -mmcu=at90s4433 -c -o anacomp.o main.c
make[3]: g: Command not found
make[3]: [anacomp.o] Error 127 (ignored)
mmcu=at90s4433 -o anacomp anacomp.o
/bin/sh: -o: command not found
make[3]: [anacomp] Error 127 (ignored)
make[3]: Leaving directory 
`/cygdrive/c/avrdev/simulavr/simulavrxx/examples/anacomp'
make[2]: Leaving directory 
`/cygdrive/c/avrdev/simulavr/simulavrxx/examples/anacomp'
Making all in anacomp
make[2]: Entering directory 
`/cygdrive/c/avrdev/simulavr/simulavrxx/examples/anacomp'
make[3]: Entering directory 
`/cygdrive/c/avrdev/simulavr/simulavrxx/examples/anacomp'
g -O2 -mmcu=at90s4433 -c -o anacomp.o main.c
make[3]: g: Command not found
make[3]: [anacomp.o] Error 127 (ignored)
mmcu=at90s4433 -o anacomp anacomp.o
/bin/sh: -o: command not found
make[3]: [anacomp] Error 127 (ignored)
make[3]: Leaving directory 
`/cygdrive/c/avrdev/simulavr/simulavrxx/examples/anacomp'
make[2]: Leaving directory 
`/cygdrive/c/avrdev/simulavr/simulavrxx/examples/anacomp'
make[2]: Entering directory `/cygdrive/c/avrdev/simulavr/simulavrxx/examples'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/cygdrive/c/avrdev/simulavr/simulavrxx/examples'
make[1]: Leaving directory `/cygdrive/c/avrdev/simulavr/simulavrxx/examples'

Attachment: simulavrxx-make.log
Description: simulavrxx-make.log

Attachment: simulavrxx-bootstrap.log
Description: simulavrxx-bootstrap.log

Attachment: simulavrxx-configure.log
Description: simulavrxx-configure.log


reply via email to

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