Situation
试图在编译Makefile之后进行清理。
Error
这是我在尝试进行一个简单的清理操作时经常收到的错误。
错误:
命令:
使linux
g++ Main.o CHARACTER.o ATTRIBUTES.o -o bin/release/Player.sh find *.o -type f -delete
g++: error: find: No such file or directory
g++: error: f: No such file or directory
g++: error: unrecognized command line opti
当我在ubuntu中构建pyv8时,我得到了这个错误,是否下载了所有的依赖,似乎仍然遗漏了什么?
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict
所以这是一个奇怪的问题。我正在使用Linux AMI [root@test /]# cat /etc/*release
NAME="Amazon Linux AMI"
VERSION="2018.03"
ID="amzn"
ID_LIKE="rhel fedora"
VERSION_ID="2018.03"
PRETTY_NAME="Amazon Linux AMI 2018.03"
ANSI_COLOR="0;33"
CPE_NAME="cpe:/o:amazon:lin
当我在CLion和yocto SDK一起使用时,我有一个坏了的C编译器,但是它在eclipse Oxygen上工作得很好。这是编译器中的错误:
CMake Error at /home/developer/yocto_SDK2/toolchain2/sysroots/x86_64-pokysdk-linux/usr/share/cmake-3.7/Modules/CMakeTestCCompiler.cmake:51 (message):
The C compiler
"/home/developer/yocto_SDK2/toolchain2/sysr
我想用cython编译python项目。我创建了这个setup.py文件:
from setuptools import setup, find_packages
from Cython.Build import cythonize
recursive_tree = [file for file in glob.iglob("sample/**/*.py", recursive=True)]
setup(
name = 'sample',
version
好的,我需要为我写的程序做一个基本的Makefile。以下是这些文件:
list.c
hash.c
order_book.c
libdefault_hash.a //provided already so I do not need to create.
我需要为list.c和hash.c创建库,以便orderbook在编译时可以使用它们。所以这就是我目前在Makefile中所拥有的
all: orderbook
orderbook: orderbook.c liblist.a libhash.a
gcc -std=c99 -o orderbook order_book.c list
我正试图在.so中为不同的cpu架构构建OpenH264文件。
README.md of OpenH264建议
add "ARCH=mips" or "ARCH=x86". To build for the older armeabi ABI (which has
armv5te as baseline), add "APP_ABI=armeabi" (ARCH=arm is implicit).
所以我按照命令开枪
对于x86
make os=android NDKROOT=/home/neosoft/android-ndk-r10d/ ARC
我试图用这个命令gcc -Wall -m32 -std=gnu99 -o <filename> <filename>编译C代码
我没有得到输出文件,而是得到了这个。
/usr/bin/ld: cannot find Scrt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/7/libgcc.a when searc
因为我从16.04升级到16.10,所以VirtualBox不能正常工作。我在网上听取了其他一些建议,并取得了初步进展。当我试图运行一个VM时,我会得到一个错误,其中任何一个通常包含要运行的消息:
/sbin/vboxconfig
当我运行时,它会给我一个错误:
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong.
下面是vbox-install.log中的内容(这里有一些内容):
Mak
我想要构建和安装wil6210驱动器,这是在Linux上游。我已经设法从这里下载了源代码。该文件夹包含Makefile和另一个名为Kconfig的文件。当我试图使它说:make: *** No targets. Stop.,我尝试使用不同的配置文件,但它们没有工作。结果如下:
elans@elans-TravelMate-P446-M:~/linux-source/wil6210$ ./configure
bash: ./configure: No such file or directory
elans@elans-TravelMate-P446-M:~/linux-source/wil6
我无法让CMake找到带有Linaro ARM工具链的线程(我已经尝试过几个不同的线程)。以下是我所做的:
下载并解压缩到/opt。
下载了相应的sysroot并解压缩到~/sysroot
我创建了一个工具链-Linaro-arm.cmake文件,如下所示:
set (CMAKE_SYSTEM_NAME Linux)
include (CMakeForceCompiler)
通过严格遵循这个帖子,我能够在Ubuntu14.04的新安装上安装gcc 3.4。但是,当我试图编译一个程序时,它会失败,并出现以下错误:
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
我看过这个回答并安装了build-essential,但这并没有解决问题。我还是会犯同
我不擅长命令行编译.我的问题是无法编译简单的项目,这取决于Boost。以下是我的尝试日志:
$ g++ -Wall test.cpp -o main
/tmp/ccCTvBYE.o: In function `__static_initialization_and_destruction_0(int, int)':
test.cpp:(.text+0x6b): undefined reference to `boost::system::generic_category()'
test.cpp:(.text+0x77): undefined reference to `boos
当我试图使用makefile运行我的代码时,我得到了这个错误:
find_bits.o: In function `__x86.get_pc_thunk.bx':
(.text+0x30): multiple definition of `__x86.get_pc_thunk.bx'
/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crti.o:(.gnu.linkonce.t.__x86.get_pc_thunk.bx+0x0): first defined here
find_bits.o: In function
我在Debian上安装VBox客户添加程序时遇到了问题。我的日志:
/var/log/VBoxLinuxAddtions.log
Created symlink /etc/systemd/system/multi-user.target.wants/vboxadd.service → /lib/systemd/system/vboxadd.service.
vboxadd.sh: failed: Look at /var/log/vboxadd-install.log to find out what went wrong.
vboxadd.sh: failed: Look at /var/l
我想在x86机器上使用gcc生成MIPS二进制文件。为了安装MIPS交叉编译器,我遵循了上的说明。我可以成功地安装gcc和binutils。我尝试使用交叉编译器编译一个简单的hello world程序。
/opt/cross/bin/mipsel-unknown-linux-gnu-gcc -mips1 hi.c
我得到了以下错误。
/opt/cross/lib/gcc/mipsel-unknown-linux-gnu/4.8.2/../../../../mipsel-unknown-linux-gnu/bin/ld: cannot find crt1.o: No such file or
我正在用gcc的ARM版本编译pciutils (但这并不重要,可能是另一个源代码)。
当我编译时,进程会停止,因为它找不到所需的库:
/home/simo/development/gcc-armhf-yocto-sysroot/sysroots/i686-linux/usr/bin/arm-poky-linux-gnueabi/../../libexec/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.9.2/ld: cannot find crt1.o: No such file or directory
/home/simo/dev
我正在尝试使用Mono在Linux上为我的.net应用程序创建一个包。当我执行下面的mkbundle命令时-
$>mkbundle -o ConsoleApp ConsoleApp.exe --deps
OS is: Linux
Sources: 1 Auto-dependencies: True
Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'sharedassembly' or one of its dependenc