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

0510 dep app #223

Merged
merged 2 commits into from
May 11, 2024
Merged

0510 dep app #223

merged 2 commits into from
May 11, 2024

Commits on May 10, 2024

  1. umip: fix "multiple definition" compilation issue

    Fix "multiple definition" compilation issue found in GCC 11.4.1:
    cc -no-pie -o umip_test_basic_64 umip_utils_64.o umip_test_basic.c
    /usr/bin/ld: /tmp/ccXWxfby.o:(.bss+0xc): multiple definition of `got_signal'; umip_utils_64.o:(.bss+0x8): first defined here
    /usr/bin/ld: /tmp/ccXWxfby.o:(.bss+0x10): multiple definition of `got_sigcode'; umip_utils_64.o:(.bss+0xc): first defined here
    collect2: error: ld returned 1 exit status
    
    Signed-off-by: Pengfei Xu <[email protected]>
    xupengfe committed May 10, 2024
    Configuration menu
    Copy the full SHA
    08b9f19 View commit details
    Browse the repository at this point in the history
  2. runtests: avoid dependency check failure due to uncompiled app situation

    It could avoid the check failure due to uncompiled app situation, and
    give the remind for this situation.
    
    Signed-off-by: Pengfei Xu <[email protected]>
    xupengfe committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8c09a94 View commit details
    Browse the repository at this point in the history