Skip to content
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

Move build file from tools/ to examples/build_system #2339

Merged
merged 7 commits into from
Nov 23, 2023
Merged

Conversation

hathach
Copy link
Owner

@hathach hathach commented Nov 23, 2023

Describe the PR

  • Move build file from tools/ to examples/build_system
  • remove the need of SKIP_NANOLIB, LDFLAGS should be explicit set for each board/family
LDFLAGS_GCC += -specs=nosys.specs -specs=nano.specs
  • rename tools/build_family.py to build_make.py
  • Added LDFLAGS += -Wl,--no-warn-rwx-segment for GCC >= 12.0 for make/cmake
  • remove board ngx4330
  • still have linking issue with gcc 12 with nrf. Multiple definitions of _write()/_read() when retarget + nanolib + nosys

@hathach hathach merged commit d6b8b35 into master Nov 23, 2023
84 checks passed
@hathach hathach deleted the move-build-file branch November 23, 2023 13:57
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