-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gn/Makefile 造成编译出错 #1528
Comments
更新到2024-08-13版本没有问题,请检查你的编译环境。 |
我遇到了跟你一样的问题,但是按照你这个办法,我没有解决问题。我是用官方openwrt 21.02.2加入的helloworld插件,然后编译到最后报gn错误,找不到解决办法。已经取消了naviproxy,也更新了gcc,也安装了clang...但是还是报gn错误 |
给文件三行替换成我上面发的就可以通过了 |
替换成你这个也不行,我最后在官方Openwrt r23.05.0分支下面,加入了kenzok small仓库,才顺利把ssr plus编译出来。感觉每个人遇到的奇怪问题都不一样。 |
哦对了,我最后取消编译naivyproxy了,这个小东西,我是真的编译不过去,找不出原因的编译不过去,把它取消编译,直接编译成功。已经替换过golang版本 |
我的编译环境是Debian12系统,apt安装的golang,除了SSR+出问题,其他的都正常。通过替换版本信息,正常编译通过。 |
安装clang,把gcc升级到12或13版本,就没问题了。golang不需要你安装 |
一样出错 |
用的padavanonly/immortalwrt |
gn/Makefile 这个文件恢复上个版本
PKG_SOURCE_DATE:=2024-05-13
PKG_SOURCE_VERSION:=df98b86690c83b81aedc909ded18857296406159
PKG_MIRROR_HASH:=3c3ce5cb69a8ec210bb6574db84d53745f7f58e1d82442af0423f69f7190c31f
编译通过,最新的编译出错,希望检查下代码,更新下。
The text was updated successfully, but these errors were encountered: