Skip to content

Error with open_lin_id_translation_tabΒ #2

@iDoka

Description

@iDoka

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions