#1195 closed defect (fixed)

ts_386ex: Broken initialization of rtems_irq_connect_data

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: normal Milestone: 4.7
Component: bsps Version: 4.8
Severity: major Keywords:
Cc: Blocked By:
Blocking:

Description

When building the ts_386ex:
...
../../../../../../../../../../rtems.orig/c/src/lib/libbsp/i386/ts_386ex/clock/ckinit.c:78: warning: initialization from incompatible pointer type
../../../../../../../../../../rtems.orig/c/src/lib/libbsp/i386/ts_386ex/console/console.c:75: warning: initialization from incompatible pointer type
...

AFAIS, rtems_irq_connect_data's structure doesn't match with this BSP's expectations.

Attachments (2)

pr649.diff (499 bytes) - added by Joel Sherrill on 05/07/08 at 20:12:39.
Fix warnings
pr649_v1.diff (983 bytes) - added by Joel Sherrill on 05/07/08 at 20:14:52.
Real version of previous patch

Download all attachments as: .zip

Change History (5)

comment:1 Changed on 05/07/08 at 19:49:16 by Joel Sherrill

Resolution: fixed
Status: newclosed

Changed on 05/07/08 at 20:12:39 by Joel Sherrill

Attachment: pr649.diff added

Fix warnings

Changed on 05/07/08 at 20:14:52 by Joel Sherrill

Attachment: pr649_v1.diff added

Real version of previous patch

comment:2 Changed on 05/07/08 at 20:14:52 by Joel Sherrill

attachments.isobsolete: 01

comment:3 Changed on 05/07/08 at 20:15:12 by Joel Sherrill

Patch committed for real this time

Note: See TracTickets for help on using tickets.