Skip to content

elf: Fix incorrect ELF type usage in build system#39

Closed
lbmeng wants to merge 1 commit intoros2:ros2from
lbmeng:elf_ros2
Closed

elf: Fix incorrect ELF type usage in build system#39
lbmeng wants to merge 1 commit intoros2:ros2from
lbmeng:elf_ros2

Conversation

@lbmeng
Copy link
Copy Markdown

@lbmeng lbmeng commented Apr 10, 2025

The build was failing due to references to non-existent types ElfAddr and ElfOff. These should be replaced with the correct portable type macros ElfW(Addr) and ElfW(Off) respectively.

The build was failing due to references to non-existent types `ElfAddr`
and  `ElfOff`. These should be replaced with the correct portable type
macros `ElfW(Addr)` and `ElfW(Off)` respectively.
@lbmeng
Copy link
Copy Markdown
Author

lbmeng commented Dec 22, 2025

ping?

@lbmeng
Copy link
Copy Markdown
Author

lbmeng commented Dec 24, 2025

Upstream already merged, see:
Snaipe@ec9d0db

@mosfet80
Copy link
Copy Markdown

mosfet80 commented Jan 3, 2026

close #43

@mosfet80
Copy link
Copy Markdown

mosfet80 commented Jan 3, 2026

@mjcarroll ping

@mjcarroll
Copy link
Copy Markdown
Member

Merging from upstream here: #45

@mjcarroll mjcarroll closed this Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants