airockchip / librga

Apache License 2.0
262 stars 50 forks source link

源码编译librga报错: error: ‘ALOGE’ was not declared in this scope #25

Closed howieOfive closed 1 year ago

howieOfive commented 1 year ago

在rk3399pro编译librga,步骤是,在源码根路径下执行: mkdir build cd build cmake ..

生成好Makefile后,敲make。就会报错: error: ‘ALOGE’ was not declared in this scope error: ‘RgaDeInit’ was not declared in this scope

howieOfive commented 1 year ago

没问题了: 修改buildroot.cmake里面的toolchain路径。 ./cmake-linux.sh 就好了。