debuild -us -uc --host-arch arm64dpkg-architecture: warning: specified GNU system type aarch64-linux-gnudoes not match CC system type x86_64-linux-gnu, try setting a correct CC environment variable/opt
当makefile需要在不同的操作系统上运行,并且应该根据操作系统正确设置各种设置(转义、路径分隔符等)时,就会出现问题。的误报,因为它会看到Windows的环境变量并将Cygwin检测为Windows。然后我们尝试Linux PWD:## in windows## in linux, cygwin然而,由于集成了非现场工具,我们在windows(perl的一个模块)中设置了PWD。我想知道,使用环境变量区分C