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

Error linking ESBMC w/ old cpp frontend and IBEX: multiple definition of slow #531

Open
fbrausse opened this issue Jun 20, 2023 · 0 comments
Assignees

Comments

@fbrausse
Copy link

See also esbmc/esbmc#1110.

The error is

/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: /home/kane/scorch/esbmc-sysroot/tmp/ibex-lib/build/prefix/lib/ibex/3rd/libultim.a(usncs.o): in function `slow':
usncs.c:(.text+0x0): multiple definition of `slow'; src/ansi-c/cpp/libansiccpp.a(cpp.c.o):/home/kane/scorch/esbmc/src/ansi-c/cpp/cpp.c:97: first defined here

I consider this an IBEX issue (as well as one of ESBMC), since the symbol slow is not prefixed by (either) package's default prefix.

@gchabert gchabert self-assigned this Jun 20, 2023
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

No branches or pull requests

2 participants