Ticket #10731: Atomic.o crash

File Atomic.o crash, 1.8 KB (added by Luposian, 10 years ago)
Line 
1C++ generated/objects/haiku_host/x86_64/release/tools/fs_shell/atomic.o
2src/tools/fs_shell/atomic.cpp: In function 'int32_t fssh_atomic_get_and_set(int32_t*, int32_t)':
3src/tools/fs_shell/atomic.cpp:23:51: error: 'atomic_get_and_set' was not declared in this scope
4src/tools/fs_shell/atomic.cpp: In function 'int64_t fssh_atomic_get_and_set64(int64_t*, int64_t)':
5src/tools/fs_shell/atomic.cpp:72:53: error: 'atomic_get_and_set64' was not declared in this scope
6src/tools/fs_shell/atomic.cpp:73:1: warning: control reaches end of non-void function [-Wreturn-type]
7src/tools/fs_shell/atomic.cpp: In function 'int32_t fssh_atomic_get_and_set(int32_t*, int32_t)':
8src/tools/fs_shell/atomic.cpp:24:1: warning: control reaches end of non-void function [-Wreturn-type]
9
10gcc -c "src/tools/fs_shell/atomic.cpp" -O2 -Wall -Wno-trigraphs -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wpointer-arith -Wcast-align -Wsign-compare -Wno-multichar -include headers/build/HaikuBuildCompatibility.h -DFS_SHELL=1 -DHAIKU_BUILD_COMPATIBILITY_H -DARCH_x86_64 -D_NO_INLINE_ASM -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAIKU_HOST_PLATFORM_HAIKU -DHAIKU_HOST_PLATFORM_64_BIT -DHAIKU_PACKAGING_ARCH=\"x86_64\" -iquote build/user_config_headers -iquote build/config_headers -iquote src/tools/fs_shell -iquote generated/objects/common/tools/fs_shell -iquote generated/objects/haiku_host/x86_64/common/tools/fs_shell -iquote generated/objects/haiku/x86_64/common/tools/fs_shell -I headers/build -I headers/private/fs_shell -I headers/private/shared -I headers/build/host/haiku_host -o "generated/objects/haiku_host/x86_64/release/tools/fs_shell/atomic.o" ;
11
12...failed C++ generated/objects/haiku_host/x86_64/release/tools/fs_shell/atomic.o ...
13
14BUILD FAILURE:
15...failed updating 1 target(s)...
16...skipped 6 target(s)...
17...updated 154 target(s)...
18~/haiku/haiku>