Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14.24k stars 3.54k forks source link

Does it support to be built in riscv64 linux? #1968

Open zijin520 opened 2 years ago

zijin520 commented 2 years ago

Found some errors in riscv64 linux when executing "make".

dinomight commented 2 years ago

Can't say I really have a setup to look at this. Do you have more specifics on what you're doing and seeing? My googling suggests there are some GCC cross compiler tools out there. I'd assume if you override the GCC properly that CMake is picking up, it should "just work". It's all the same frontend, no?