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

build(bugfix): fix some typo errors in the build system #14560

Merged
merged 5 commits into from
Oct 30, 2024

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    b2f1812 View commit details
    Browse the repository at this point in the history
  2. cmake(sync):fix cmake SIM build error build nuttx upstream

    /usr/lib/x86_64-linux-gnu/libSM.so  /usr/lib/x86_64-linux-gnu/libICE.so  /usr/lib/x86_64-linux-gnu/libX11.so  /usr/lib/x86_64-linux-gnu/libXext.so  -lpthread  -lrt  -lm  -lasound  -lmad  -lv4l2 && :
    /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libSM.so: error adding symbols: file in wrong format
    
    Signed-off-by: xuxin19 <[email protected]>
    xuxin930 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0f7b085 View commit details
    Browse the repository at this point in the history
  3. tools/Unix.mk:make incdir precedence over other targets

    Make.defs need incdir at the very beginning.
    fix error such as `make menuconfig` `make oldconfig` etc.
    
    Signed-off-by: xuxin19 <[email protected]>
    xuxin930 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0d34de8 View commit details
    Browse the repository at this point in the history
  4. tools/refresh.sh:skip config check on debug configs

    Signed-off-by: xuxin19 <[email protected]>
    xuxin930 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    ed6c5a9 View commit details
    Browse the repository at this point in the history
  5. cmake(bugfix):fix fs cmake typo

    Signed-off-by: xuxin19 <[email protected]>
    xuxin930 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1b39a12 View commit details
    Browse the repository at this point in the history