j
k
j a
j l
august wrote:
depending on how I link the .o objects (see makefile), I get either: Symbol "counter_setup" not found
depending on how I link the .o objects (see makefile), I get either:
Symbol "counter_setup" not found
Hi August,
counter_setup needs to be declared as
extern "C" counter_setup(void)
to get is exported in C-style.
Olaf
Back to the thread
Back to the list