hujun260 opened a new pull request, #14202:
URL: https://github.com/apache/nuttx/pull/14202

   
   ## Summary
   fix compile error
   
   riscv-none-elf-ld: warning: /home/hujun5/downloads1/vela_sim/nuttx/nuttx has 
a LOAD segment with RWX permissions
   riscv-none-elf-ld: 
/home/hujun5/downloads1/vela_sim/nuttx/staging/libarch.a(riscv_modifyreg32.o): 
in function `spin_lock_irqsave_wo_note':
   
/home/hujun5/downloads1/vela_sim/nuttx/include/nuttx/spinlock.h:534:(.text.modifyreg32+0x1e):
 undefined reference to `this_cpu'
   riscv-none-elf-ld: 
/home/hujun5/downloads1/vela_sim/nuttx/staging/libarch.a(riscv_modifyreg32.o): 
in function `spin_unlock_irqrestore_wo_note':
   
/home/hujun5/downloads1/vela_sim/nuttx/include/nuttx/spinlock.h:701:(.text.modifyreg32+0x82):
 undefined reference to `this_cpu'
   riscv-none-elf-ld: 
/home/hujun5/downloads1/vela_sim/nuttx/staging/libarch.a(bl602_serial.o): in 
function `spin_lock_irqsave_wo_note':
   
/home/hujun5/downloads1/vela_sim/nuttx/include/nuttx/spinlock.h:534:(.text.up_putc+0x12):
 undefined reference to `this_cpu'
   riscv-none-elf-ld: 
/home/hujun5/downloads1/vela_sim/nuttx/staging/libarch.a(bl602_serial.o): in 
function `spin_unlock_irqrestore_wo_note':
   
/home/hujun5/downloads1/vela_sim/nuttx/include/nuttx/spinlock.h:701:(.text.up_putc+0x84):
 undefined reference to `this_cpu'
   riscv-none-elf-ld: 
/home/hujun5/downloads1/vela_sim/nuttx/staging/libsched.a(irq_attach.o): in 
function `spin_lock_irqsave_wo_note':
   
/home/hujun5/downloads1/vela_sim/nuttx/include/nuttx/spinlock.h:534:(.text.irq_attach+0x26):
 undefined reference to `this_cpu'
   riscv-none-elf-ld: 
/home/hujun5/downloads1/vela_sim/nuttx/staging/libsched.a(irq_attach.o):/home/hujun5/downloads1/vela_sim/nuttx/include/nuttx/spinlock.h:701:
 more undefined references to `this_cpu' follow
   
   ## Impact
   none
   ## Testing
   ci
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to