Skip to content

quickjs: fix mp_mul multiple definition#2710

Merged
xiaoxiang781216 merged 1 commit into
apache:masterfrom
Gary-Hobson:quickjs
Oct 13, 2024
Merged

quickjs: fix mp_mul multiple definition#2710
xiaoxiang781216 merged 1 commit into
apache:masterfrom
Gary-Hobson:quickjs

Conversation

@Gary-Hobson

Copy link
Copy Markdown
Contributor

Summary

in function mp_mul': apps/interpreters/quickjs/quickjs/libbf.c:1179: multiple definition of mp_mul'; nuttx/staging/libapps.a:apps/math/libtommath/libtommath/bn_mp_mul.c:8: first defined here

Impact

Testing

sim

in function `mp_mul':
apps/interpreters/quickjs/quickjs/libbf.c:1179: multiple definition of `mp_mul';
nuttx/staging/libapps.a:apps/math/libtommath/libtommath/bn_mp_mul.c:8: first defined here

Signed-off-by: yinshengkai <yinshengkai@xiaomi.com>

@cederom cederom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @Gary-Hobson :-)

@xiaoxiang781216

Copy link
Copy Markdown
Contributor

let's ignore ci check error which is fixed by #2712 to avoid wasting github resources.

@xiaoxiang781216 xiaoxiang781216 merged commit 427b107 into apache:master Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants