This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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 sim/12862] New: cr16 sim no longer builds


http://sourceware.org/bugzilla/show_bug.cgi?id=12862

           Summary: cr16 sim no longer builds
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sim
        AssignedTo: unassigned@sourceware.org
        ReportedBy: vapier@gentoo.org


current cvs head fails:
sim/cr16/simops.c: In function âOP_C_Câ:
sim/cr16/simops.c:5134:9: error: âTARGET_SYS_forkâ undeclared (first use in
this function)
sim/cr16/simops.c:5134:9: note: each undeclared identifier is reported only
once for each function it appears in
sim/cr16/simops.c:5275:9: error: âTARGET_SYS_execveâ undeclared (first use in
this function)
sim/cr16/simops.c:5290:9: error: âTARGET_SYS_pipeâ undeclared (first use in
this function)
sim/cr16/simops.c:5368:9: error: âTARGET_SYS_renameâ undeclared (first use in
this function)
sim/cr16/simops.c:5378:18: warning: assignment makes integer from pointer
without a cast [enabled by default]
sim/cr16/simops.c:5427:9: error: âTARGET_SYS_chownâ undeclared (first use in
this function)

probably fails due to this change:
http://sourceware.org/ml/gdb-patches/2011-03/msg00681.html

but the underlying problem is probably that cr16 doesnt declare all of its
syscalls in libgloss/newlib/whatever and so the autogen step misses them ...

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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