Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • R relibc
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 34
    • Issues 34
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 19
    • Merge requests 19
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • redox-os
  • relibc
  • Issues
  • #163
Closed
Open
Created May 20, 2020 by Ahmed Abd El Mawgood@oddcoderContributor

relibc can't be used to generate dynamically linked -fno-pie executables

relibc ld.so is statically linked no-pie binary, it is loaded at 0x40000. That address is the default loading address for any no-pie binary. So If we have a binary that gets loaded at 0x40000 as well it gets conflicted with relibc ld.so. As such one would need to have static-pie ld.so The problem with that is that to the best of my knowledge rustc doesn't support static-pie targets as of yet.

Assignee
Assign to
Time tracking