10000 Check newlib-xtensa#24 by mcspr · Pull Request #9259 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Check newlib-xtensa#24 #9259

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

Draft
wants to merge 29 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8253d94
Tools - mkbuildoptglobals refactoring & attempt to fix caching
mcspr May 27, 2025
8cdc906
compile args typo
mcspr May 27, 2025
eac15af
build_out & no explicit clean
mcspr May 27, 2025
60689bc
drop partial data, handle missing closing comment
mcspr May 27, 2025
9be7e67
check cache state dir state in ci
mcspr May 27, 2025
c3b64a2
missing file
mcspr May 27, 2025
a527244
typo, fix err trap for "test ...something..."
mcspr May 27, 2025
fe3102f
mention indirect and direct dependency on globals .h contents
mcspr May 28, 2025
d72ca55
update doc
mcspr May 28, 2025
35c6221
update docs
mcspr May 28, 2025
d1c9c7b
restore command-line opts info, newlined debugging
mcspr May 28, 2025
a3f9218
mkdir parent when writing
mcspr May 28, 2025
56bac44
useless from None
mcspr May 28, 2025
eb1a542
multiple quoting fixes from sc & naming
mcspr May 28, 2025
a9afc33
spacing
mcspr May 29, 2025
a91da86
$cache_dir & $root quoting
mcspr May 29, 2025
7f06e65
debug flag passed as fqbn
mcspr Jul 1, 2025
664e9d8
direct types
mcspr Jul 1, 2025
78380e8
warnings fix v2, propogate errors instead
mcspr Jul 1, 2025
2e63e3e
debugging in ci tool checks
mcspr Jul 1, 2025
e023926
invalid debug lvl=
mcspr Jul 1, 2025
0c67f33
rebase unused var
mcspr Jul 1, 2025
2039398
nested comment block as error
mcspr Jul 2, 2025
a364e2d
check newlib-4.0.0 rebuild
mcspr Jul 2, 2025
38d4d38
missing lib_a- prefix for some symbols
mcspr Jul 2, 2025
48f9336
invalid header-only include of stdarg.h w/ implicitly requested va_..…
mcspr Jul 2, 2025
ba927bc
check newlib4.5.99 preview
mcspr Jul 2, 2025
0e6158a
synced machine files
mcspr Jul 2, 2025
7235791
sanity check linkage
mcspr Jul 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
missing lib_a- prefix for some symbols
  • Loading branch information
mcspr committed Jul 2, 2025
commit 38d4d38bba80ebe8c2d1284d69f69830a60aa7a0
4 changes: 2 additions & 2 deletions package/package_esp8266com_index.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@
"host": "x86_64-pc-linux-gnu",
"url": "https://github.com/mcspr/esp-quick-toolchain/releases/download/4.0.0-test1/x86_64-linux-gnu.xtensa-lx106-elf-c791b74.250702.tar.gz",
"archiveFileName": "x86_64-linux-gnu.xtensa-lx106-elf-c791b74.250702.tar.gz",
"checksum": "SHA-256:aace65382d7224b803dc6e5ae504619e773ac46a4bc546b058e2ba652ace88fc",
"size": "76327347"
"checksum": "SHA-256:bb5c07be6db8978187e8c3af74c78c818a55d564d16ecd2c8c64f1b31595b927",
"size": "76324770"
},
{
"host": "x86_64-mingw32",
Expand Down
Loading
0