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

Problem compiling #10

Closed
oddodaoddo opened this issue Jan 19, 2021 · 2 comments
Closed

Problem compiling #10

oddodaoddo opened this issue Jan 19, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@oddodaoddo
Copy link

oddodaoddo commented Jan 19, 2021

Ubuntu 20.10 (in Virtual Box), gcc-10.

make produces

/usr/bin/ld: src/.libs/monitor.o:(.bss+0x0): multiple definition of `csp_core_pools'; src/.libs/corepool.o:(.bss+0x0): first defined here
/usr/bin/ld: src/.libs/sched.o:(.bss+0x20): multiple definition of `csp_core_pools'; src/.libs/corepool.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:530: libcsp.la] Error 1
@shiyanhui
Copy link
Owner

Yeah, now it has problems when compiled with gcc-10. Bug confirmed. I will fix it later. You can compile it with gcc-8 or gcc-9 for now.

@shiyanhui
Copy link
Owner

Fixed. Please try again with the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants