undefined reference to "gnrc_pktdump_getpid"

Hello everyone, another Problem I got today was a failure message which pointing to line 58 in the main.c of the "examples/default/"-Project. "undefined reference to 'gnrc_pktdump_getpid". I get this message even if I enable "netif" in the Makefile.dep of the board.

USEMODULE += at86rf232 USEMODULE +=gnrc_nomac USEMODULE +=netif

When the module netif is enabled this should include net/gnrc/pktdump.h file with the declaration inside. What am I doing wrong here?

Best regards Bernhard

Hi Bernhard!