avr-libc-dev
[Top][All Lists]
Advanced

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

Re: [avr-libc-dev] ./reconf failed


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] ./reconf failed
Date: Fri, 8 Nov 2002 12:37:43 -0800 (PST)

On Fri, 8 Nov 2002, Karl Ran wrote:

:) OK, I've upgraded from automake-1.4 to automake-1.4-p5.
:) Now 'reconf' and 'doconf' works!
:) avr-libc/doc/INSTALL might be a good place for a hint
:) about automake ...

That's odd. Will have to make a note about that...done and committed.

:)
:)
:) 'domake' fails:
:)
:) avr-gcc -g -Wall -O2 -mmcu=at90s2313 -I../../../include   -c -o demo.o
:) demo.c
:) avr-gcc -g -Wall -O2 -mmcu=at90s2313 -I../../../include -Wl,-Map,demo.map -o
:) demo.elf demo.o -nostartfiles -nodefaultlibs ../../../build/crt1/crts2313.o
:) avr-objdump -h -S demo.elf > demo.lst
:) avr-objdump: Can't disassemble for architecture UNKNOWN!
:)
:) make[3]: *** [demo.lst] Error 1
:) make[3]: Leaving directory `/src/avr-libc/doc/examples/demo'
:) make[2]: *** [demo] Error 2
:) make[2]: Leaving directory `/src/avr-libc/build/doc/api'
:) make[1]: *** [all-recursive] Error 1
:) make[1]: Leaving directory `/src/avr-libc/build/doc'
:) make: *** [all-recursive] Error 1

What do you get from this:

  $ file demo.elf
  demo.elf: ELF 32-bit LSB executable, version 1 (SYSV), statically linked, not 
stripped

What happens if you just go into doc/examples/demo and type this?

  $ make clean; make

Do you have avr-binutils and avr-gcc installed properly?

I have no idea why that is failing. I'm seeing the same compile and link
command for demo on my system and it works file.

Ted Roth





reply via email to

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