search for: _si

Displaying 2 results from an estimated 2 matches for "_si".

Did you mean: _s
2018 Jan 24
0
Should llvm-nm classify Mach-O __DATA, __common symbols as BSS?
...m wondering how __DATA,__common and __DATA,__bss symbols differ, and whether llvm-nm ought not classify the former as type "B" as it does the latter: $ cat bss.c int i; static int si __attribute__((used)); $ clang -fno-common -c bss.c $ nm bss.o 0000000000000000 S _i 0000000000000004 b _si $ nm -m bss.o 0000000000000000 (__DATA,__common) external _i 0000000000000004 (__DATA,__bss) non-external [no dead strip] _si My (somewhat limited) understanding of linking and loading is that both of these symbols will be zero-filled at run-time by the operating system or program loader. To my m...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking