Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
B BuildSys
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Labels
    • Labels
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • RiscOS
  • BuildSys
  • Merge requests
  • !12

Closed
Created Nov 08, 2019 by Timothy E Baldwin@tbaldwinDeveloper
  • Report abuse
Report abuse

Make AAsmModule and CModule both support `install_rom` and `rom_link` targets

  • Overview 1
  • Commits 1
  • Changes 4
  • In AAsmModule, INSTDIR defaults to the value of LINKDIR, likewise in CModule LINKDIR defaults to INSTDIR.
  • Add install_rom target in CModule and rom_link in AAsmModule.
  • In AMU CModule ADDRESS defaults to 0 (which will cause an error if position dependant code accidentally linked with default), in GNU CModule ADDRESS is set to 0 for the install_rom target.

This allows conversions of assembly modules to use the CModule shared make file without a synchronised change to ModuleDB. With !5 and RiscOS/Sources/Lib/RISC_OSLib!4 leaving position independent modules as type ASM may result in faster partial ROM rebuilds.

Native ROM builds tested. Does not conflict with !3 (merged).

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: ac-compat