Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

make error solution #44

Description

@kangjian888

Most of the problems are caused by the lib requirment and gcc and g++ wrong version.

I use ubuntu 22.04LTS version

  1. insatall gawk:
    sudo apt-get update
    sudo apt-get install gawk
  2. install textinfo
    sudo apt-get install texinfo
  3. install computaion lib
    apt-get install libmpc-dev

The final is using the right version gcc and g++
gcc 5.2 is required by the toolchains,I use gcc-5 and g++5, you could check whether the gcc and g++ version are right
The detailed steps are:
https://blog.csdn.net/CharlieVV/article/details/111242143

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