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 with open_lin_id_translation_tab #2

Open
iDoka opened this issue Jul 15, 2021 · 0 comments
Open

Error with open_lin_id_translation_tab #2

iDoka opened this issue Jul 15, 2021 · 0 comments

Comments

@iDoka
Copy link

iDoka commented Jul 15, 2021

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 in open-LIN-c and LinUSBConverter projects

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;
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

1 participant