Modify ↓
Ticket #87 (new defect)
error while assembling gcc output
| Reported by: | nelle@… | Owned by: | |
|---|---|---|---|
| Priority: | P1 | Milestone: | |
| Component: | Core | Version: | 0.5.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by peter@…) (diff)
Debug\SegmentUtils.s:9: warning: directive `.def' not recognized Debug\SegmentUtils.s:9: warning: directive `.scl' not recognized Debug\SegmentUtils.s:9: label or instruction expected at start of line
Attachments
Note: See
TracTickets for help on using
tickets.

Yasm doesn't yet support the ECOFF debugging format (which is what those directives are used for). I'll work on adding no-op handlers for them until Yasm actually gets ECOFF support.