Questions tagged «make»

1
安装RTL8812au无线USB适配器驱动程序
我正在尝试为无线USB适配器安装RTL8812au驱动程序。我的错误与另一个问题非常相似。 生成rtl8812au驱动程序时缺少生成文件 但是,该解决方案不适用于我的版本内核版本4.4.50-v7(通过运行找到uname -a) 我配置Makefile中ARM_RPI=y和I386_PC=n并运行make,然后我得到以下错误。 make[1]: *** /lib/modules/4.4.50-v7+/build: No such file or directory. Stop. Makefile:1052: recipe for target 'modules' failed

2
尝试编译RStudio时出错
我在Raspberry Pi 2 Model B中使用Raspbian 我已遵循RStudio网页以及该主题中的指南https://www.raspberrypi.org/forums/viewtopic.php?f=34&t=55828 sudo su apt-get install git r-recommended git clone https://github.com/rstudio/rstudio.git cd rstudio ./dependencies/linux/install-dependencies-debian mkdir build cd build cmake .. -DRSTUDIO_TARGET=Server -DCMAKE_BUILD_TYPE=Release make install 但是在执行cmake .. -DRSTUDIO_TARGET=Server -DCMAKE_BUILD_TYPE=Release此操作时会引发以下错误: CMake Error at src/cpp/session/CMakeLists.txt:23 (message): Dictionaries not found (re-run install-dependencies script to install) -- Configuring incomplete, errors occurred! …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.