amosbird / ldb_toolchain_gen

MIT License
66 stars 21 forks source link

Failed to compile code due to missing uchar.h. #8

Closed adonis0147 closed 2 years ago

adonis0147 commented 2 years ago

Steps to reproduce:

  1. export PATH=<prefix>/ldb_toolchain/bin:$PATH
  2. g++ test.cc -o test
#include <bits/stdc++.h>
using namespace std;

int main() {
    cout << "Hello, world!" << endl;
    return 0;
}

Snipaste_2022-03-22_12-55-22