Error: Inconsistency detected by ld.so: dl-lookup.c:
I downloaded, installed and configured Eclipse, Version: 2020-03 (4.15.0), UBUNTU 16.04 LTS
Wrote a simple program:
#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf( "Hello world\n" );
return 1;
}
compiles without errors :)
But, when I run on the board, it gives an error:
Inconsistency detected by ld.so: dl-lookup.c: 948: _dl_setup_hash: Assertion `(bitmask_nwords & (bitmask_nwords - 1)) == 0' failed!
if I compile this program, as shown in the example in the Wiki "Create a simple hello-world application", then everything works fine.
i think something with eclipse settings.
Did anyone have this?
Sincerely, Alexander
