rockchip-linux / rkdeveloptool

GNU General Public License v2.0
146 stars 85 forks source link

Unable to make from MacOS #96

Open HeToC opened 6 months ago

HeToC commented 6 months ago

I'm getting numerous errors like this while trying to make from MacOS

main.cpp:3306:2: error: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Werror,-Wdeprecated-declarations] sprintf(szProgramProcPath, "/proc/%d/exe", getpid());

rkarsnk commented 5 months ago

https://github.com/rockchip-linux/rkdeveloptool/issues/75