bugAVR C Runtime Library - Bugs: bug #14380, configure/make work only in source...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #14380: configure/make work only in source directory

Submitter:  Anatoly Sokolov <aesok>
Submitted:  Fri 02 Sep 2005 07:14:00 PM UTC
   
 
Category:  None Severity:  2 - Minor
Priority:  3 - Low Item Group:  None
Status:  Fixed Assigned to:  None
Percent Complete:  0% Open/Closed:  Closed
Release:  None Fixed Release:  None

Sun 25 Sep 2005 06:10:02 PM UTC, comment #1: 

Fixed 2005-09-25.

Anatoly Sokolov <aesok>
Group administrator
Fri 02 Sep 2005 07:14:00 PM UTC, original submission:  

At attempt to create avt-libc in clean directory and if the compiler d'not support all device that following error are generated:

configure
...
checking if avr-gcc has support for attiny13... no
configure: Creating dummy avr/lib/avr2/attiny13/Makefile
../avr-libc/configure: line 3649: avr/lib/avr2/attiny13/Makefile: No such file or directory
...

make all
...
Making all in attiny13
/bin/sh: line 0: cd: attiny13: No such file or directory
make[4]: * [all-recursive] Error 1
...


DUMMY_MAKEFILE macro in configure.ac assumes that the directory avr/lib/__arh__/__device__/ exists, but it is true only for source directory

Anatoly Sokolov <aesok>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-09-25 aesok StatusNone Fixed
    Open/ClosedOpen Closed
2005-09-07 joerg_wunsch Priority5 - Normal 3 - Low

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code