Skip to content

Test - correct output format when building & linking #9266

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 9, 2025

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