Skip to content

Instantly share code, notes, and snippets.

@tanakamasayuki
Created November 6, 2021 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanakamasayuki/b0349ad23858c451e0c4e8056ee2103e to your computer and use it in GitHub Desktop.
Save tanakamasayuki/b0349ad23858c451e0c4e8056ee2103e to your computer and use it in GitHub Desktop.
ESP32 2.0.0 precompiled
recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" "-Wl,--Map={build.path}/{build.project_name}.map" "-L{compiler.sdk.path}/lib" "-L{compiler.sdk.path}/ld" {compiler.c.elf.flags} {compiler.c.elf.extra_flags} {build.extra_flags} -Wl,--start-group {object_files} "{archive_file_path}" {compiler.c.elf.libs} {compiler.libraries.ldflags} -Wl,--end-group -Wl,-EL -o "{build.path}/{build.project_name}.elf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment