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

2.8.1 fix global_timestamp: symbol not found on loading libplugin-mqtt.so #1971

Open
wants to merge 2 commits into
base: v2.8
Choose a base branch
from

Conversation

Lyon1994
Copy link

In openwrt, after compiling neuron and running it, an error occurred when loading libplugin-mqtt.so stating global_timestamp: symbol not found. According to the results of objdump, it was discovered that global_timestamp is defined in main.c but cannot be found in libneuron-base.so. Therefore, global_timestamp needs to be moved to libneuron-base.so for definition.

@Lyon1994 Lyon1994 changed the base branch from main to v2.8 April 30, 2024 02:53
@fengzeroz fengzeroz requested a review from eeff May 6, 2024 01:44
src/base/base.c Outdated Show resolved Hide resolved
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.

None yet

2 participants