Skip to content

Conversation

mcspr
Copy link
Collaborator

@mcspr mcspr commented Aug 9, 2025

Replace .o -> .c.o or .cpp.o, .ld pattern expects source-named objects to place them into ROM instead of IRAM (which would blow up otherwise)

Check another known issue w/ newlib-4.0.0 libm which was missing remainder{,f} using existing device test code

Actually use the funcs in the resulting .elf via app_entry

Replace .o -> .c.o or .cpp.o, .ld pattern expects source-named objects
to place them into ROM instead of IRAM (which would blow up otherwise)

Actually use the symbols in the resulting .elf, provide app_entry

Check another known issue w/ newlib-4.0.0 libm which was missing remainder{,f} using existing device test code
@mcspr mcspr merged commit 9d85661 into esp8266:master Aug 9, 2025
28 checks passed
@mcspr mcspr deleted the tests/linkage branch August 9, 2025 20:09
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.

1 participant