Forum Discussion

SThor8's avatar
SThor8
Icon for Occasional Contributor rankOccasional Contributor
5 years ago
Solved

nios2-elf-gdb: error while loading shared libraries: libncursesw.so.5: cannot open shared object fil

Hi When I try to use "Debug configuration" in eclipse when trying to run my niios application, I get the error message Error creating session nios2-elf-gdb: error while loading shared librarie...
  • mwl2306's avatar
    5 years ago

    I'm using ubuntu 20.04. I ran:

    sudo apt install -y libncursesw5

    Worked like a charm after that.