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

Conversation

xupengfe
Copy link
Contributor

No description provided.

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]>
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]>
@ysun ysun merged commit 54b75c9 into intel:main May 11, 2024
0 of 2 checks passed
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.

2 participants