search for: current_thread_info_reg

Displaying 4 results from an estimated 4 matches for "current_thread_info_reg".

2008 Sep 29
3
[LLVMdev] Linux Kernel Compile for Sparc v8 Arch
Does anyone succeed at compiling Linux kernel for Sparc v8 architecture? I am currently trying to expand the regime of LLVM to Sparc kernel codes. The following is the initial error messages. Any comment is welcomed. #1. Inline Assembly Code: register struct thread_info *current_thread_info_reg asm("g6"); Error Message: include/asm/thread_info.h:77: error: invalid register name for 'current_thread_info_reg' #2. Link error for single C file Error Message: /tmp/ccQBRbb6.s:2226: Error: symbol `lstat64' is already defined /tmp/ccQBRbb6.s:2242: Error:...
2008 Sep 29
0
[LLVMdev] Linux Kernel Compile for Sparc v8 Arch
Does anyone succeed at compiling Linux kernel for Sparc v8 architecture? I am currently trying to expand the regime of LLVM to Sparc kernel codes. The following is the initial error messages. Any comment is welcomed. #1. Inline Assembly Code: register struct thread_info *current_thread_info_reg asm("g6"); Error Message: include/asm/thread_info.h:77: error: invalid register name for 'current_thread_info_reg' #2. Link error for single C file Error Message: /tmp/ccQBRbb6.s:2226: Error: symbol `lstat64' is already defined /tmp/ccQBRbb6.s:2242: Error:...
2008 Sep 30
0
[LLVMdev] Linux Kernel Compile for Sparc v8 Arch
On Sep 28, 2008, at 9:46 PM, Keun Soo Yim wrote: > > Does anyone succeed at compiling Linux kernel for Sparc v8 > architecture? > I am currently trying to expand the regime of LLVM to Sparc kernel > codes. > The following is the initial error messages. Any comment is welcomed. > > #1. Inline Assembly The Sparc backend has no active maintainer [1]. This
2008 Oct 05
1
[LLVMdev] Linux Kernel Compile for Sparc v8 Arch
...l for Sparc v8 architecture? > I am currently trying to expand the regime of LLVM to Sparc kernel codes. > The following is the initial error messages. Any comment is welcomed. > > #1. Inline Assembly > > > > Code: > > register struct thread_info *current_thread_info_reg asm("g6"); > > > > Error Message: > > include/asm/thread_info.h:77: error: invalid register name for > 'current_thread_info_reg' > I suggest you open a bug and attach a preprocessed C source file. > > > #2. Link error...