Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,260
    • Issues 4,260
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 398
    • Merge Requests 398
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Glasgow Haskell Compiler
  • GHCGHC
  • Issues
  • #10977

Closed
Open
Opened Oct 16, 2015 by erikd@trac-erikd

Arm: Undeclared indentifier when compiling rts/Linker.c

I have a Jenkins job which builds GHC on armhf and just got this:

rts/Linker.c:6209:21: error:
     error: ‘target_shndx’ undeclared (first use in this function)
        if (oc->sections[target_shndx].kind == SECTIONKIND_OTHER) {
                         ^

rts/Linker.c:6209:21: error:
     note: each undeclared identifier is reported only once for each
     function it appears in
     `gcc' failed in phase `C Compiler'. (Exit code: 1)

Seems this is a result of 04e83666 and the fix is pretty obvious.

Edited Mar 10, 2019 by erikd
Assignee
Assign to
8.0.1
Milestone
8.0.1 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: ghc/ghc#10977