This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/27769] New: cross-gnatmake needs host gcc


$ cat p.gpr
project p is
   for Library_Name use "p";
   for Library_Dir  use "lib";
   for Library_Kind use "static";
end p;

$ cat p.ads
package p is
end;

$ avr-gnatmake -Pp -f -v --RTS=rts/atmega8

Parsing Project File "p".
Checking project file "p"
 5 lines: No errors

Parsing of Project File "p" is finished.

[..]

end of compilation
build library build (RE2)

building static library for project p

object files:
   /src/source/p/p.o

ALI files:
   /src/source/p/p.ali

building a library...
   make p
avr-gnatmake: gcc not found in path


-- 
           Summary: cross-gnatmake needs host gcc
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: berndtrog at yahoo dot com
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: avr


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27769


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]