neuron icon indicating copy to clipboard operation
neuron copied to clipboard

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

Open Lyon1994 opened this issue 9 months ago • 0 comments

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 avatar Apr 30 '24 02:04 Lyon1994