We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wihle compile I get error open_lin_network_layer.c:(.text.open_lin_net_get_slot+0xd8): undefined reference to open_lin_id_translation_tab
open_lin_network_layer.c:(.text.open_lin_net_get_slot+0xd8): undefined reference to open_lin_id_translation_tab
open_lin_id_translation_tab[] defined as external but doesnt exists neither in open-LIN-c and LinUSBConverter projects
open_lin_id_translation_tab[]
open-LIN-c
LinUSBConverter
Src/open-LIN-c/open_lin_network_layer.c:23: extern open_lin_id_translation_item_t open_lin_id_translation_tab[]; Src/open-LIN-c/open_lin_network_layer.c:35: if (open_lin_id_translation_tab[i].input_id == pid) Src/open-LIN-c/open_lin_network_layer.c:37: pid = open_lin_id_translation_tab[i].id_in_lin_table;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Wihle compile I get error
open_lin_network_layer.c:(.text.open_lin_net_get_slot+0xd8): undefined reference to open_lin_id_translation_tab
open_lin_id_translation_tab[]
defined as external but doesnt exists neither inopen-LIN-c
andLinUSBConverter
projectsThe text was updated successfully, but these errors were encountered: