Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[KERNEL] DT_TEXTREL in a shared object. (Solucionado)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
waflessnet
n00b
n00b


Joined: 11 Dec 2017
Posts: 9
Location: chile

PostPosted: Wed Mar 07, 2018 10:13 pm    Post subject: [KERNEL] DT_TEXTREL in a shared object. (Solucionado) Reply with quote

Hola gente
Estoy tratando de entender que es lo que sucede cuando trato de compilar el kernel el profile que uso es :
Code:

[12]  default/linux/amd64/17.0 (stable) *

al realizar la instruccion make ma indica lo siguiente :
Code:

make -j5
scripts/kconfig/conf  --silentoldconfig Kconfig
  CHK     include/config/kernel.release
  UPD     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     include/generated/utsrelease.h
  UPD     include/generated/utsrelease.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/bounds.h
  CHK     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
  CC      kernel/sys.o
  CC      kernel/trace/trace.o
  CC      drivers/base/firmware_class.o
  LD      drivers/base/built-in.o
  LD      kernel/trace/built-in.o
  CC      kernel/module.o
  CC      drivers/gpu/drm/i915/i915_gpu_error.o
  CC      drivers/net/team/team.o
  LD      kernel/built-in.o
  LD      drivers/gpu/drm/i915/i915.o
  LD      drivers/gpu/drm/i915/built-in.o
  LD      drivers/gpu/drm/built-in.o
  LD      drivers/gpu/built-in.o
  LD      drivers/net/team/built-in.o
  LD      drivers/net/built-in.o
  LD      drivers/built-in.o
  LD      vmlinux.o
  MODPOST vmlinux.o
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      init/version.o
  LD      init/built-in.o
  KSYM    .tmp_kallsyms1.o
  KSYM    .tmp_kallsyms2.o
  LD      vmlinux
  SORTEX  vmlinux
  SYSMAP  System.map
  CC      arch/x86/boot/version.o
  Building modules, stage 2.
  MODPOST 17 modules
  VOFFSET arch/x86/boot/compressed/../voffset.h
  OBJCOPY arch/x86/boot/compressed/vmlinux.bin
  CC      drivers/thermal/x86_pkg_temp_thermal.mod.o
  CC      net/ipv4/netfilter/ipt_MASQUERADE.mod.o
  CC      net/ipv4/netfilter/iptable_nat.mod.o
  GZIP    arch/x86/boot/compressed/vmlinux.bin.gz
  CC      net/ipv4/netfilter/nf_log_arp.mod.o
  CC      net/ipv4/netfilter/nf_log_ipv4.mod.o
  CC      net/ipv4/netfilter/nf_nat_ipv4.mod.o
  CC      net/ipv4/netfilter/nf_nat_masquerade_ipv4.mod.o
  CC      net/ipv6/netfilter/nf_log_ipv6.mod.o
  CC      net/netfilter/nf_log_common.mod.o
  CC      net/netfilter/nf_nat.mod.o
  CC      net/netfilter/nf_nat_ftp.mod.o
  CC      arch/x86/boot/compressed/misc.o
  CC      net/netfilter/nf_nat_irc.mod.o
  CC      net/netfilter/nf_nat_sip.mod.o
  CC      net/netfilter/xt_LOG.mod.o
  CC      net/netfilter/xt_addrtype.mod.o
  CC      net/netfilter/xt_mark.mod.o
  CC      net/netfilter/xt_nat.mod.o
  LD [M]  drivers/thermal/x86_pkg_temp_thermal.ko
  LD [M]  net/ipv4/netfilter/ipt_MASQUERADE.ko
  LD [M]  net/ipv4/netfilter/iptable_nat.ko
  LD [M]  net/ipv4/netfilter/nf_log_arp.ko
  LD [M]  net/ipv4/netfilter/nf_log_ipv4.ko
  LD [M]  net/ipv4/netfilter/nf_nat_ipv4.ko
  LD [M]  net/ipv4/netfilter/nf_nat_masquerade_ipv4.ko
  LD [M]  net/ipv6/netfilter/nf_log_ipv6.ko
  LD [M]  net/netfilter/nf_log_common.ko
  LD [M]  net/netfilter/nf_nat.ko
  LD [M]  net/netfilter/nf_nat_ftp.ko
  LD [M]  net/netfilter/nf_nat_irc.ko
  LD [M]  net/netfilter/nf_nat_sip.ko
  LD [M]  net/netfilter/xt_LOG.ko
  LD [M]  net/netfilter/xt_addrtype.ko
  LD [M]  net/netfilter/xt_mark.ko
  LD [M]  net/netfilter/xt_nat.ko
  MKPIGGY arch/x86/boot/compressed/piggy.S
  AS      arch/x86/boot/compressed/piggy.o
  DATAREL arch/x86/boot/compressed/vmlinux
  LD      arch/x86/boot/compressed/vmlinux
ld: arch/x86/boot/compressed/head_64.o: warning: relocation in readonly section `.head.text'
ld: warning: creating a DT_TEXTREL in a shared object.
  ZOFFSET arch/x86/boot/zoffset.h
  OBJCOPY arch/x86/boot/vmlinux.bin
  AS      arch/x86/boot/header.o
  LD      arch/x86/boot/setup.elf
  OBJCOPY arch/x86/boot/setup.bin
  BUILD   arch/x86/boot/bzImage
Setup is 15708 bytes (padded to 15872 bytes).
System is 7961 kB
CRC 876bfbef
Kernel: arch/x86/boot/bzImage is ready  (#6)


Donde mi duda es porque me indica warning :
Code:
ld: arch/x86/boot/compressed/head_64.o: warning: relocation in readonly section `.head.text'
ld: warning: creating a DT_TEXTREL in a shared object.

Tengo la duda , de si reinicio el servidor este no levantará nuevamente.
Muchas gracias.
_________________
Más vale usar pantunflas que alfombrar al mundo | buda


Last edited by waflessnet on Mon Mar 19, 2018 12:59 pm; edited 1 time in total
Back to top
View user's profile Send private message
waflessnet
n00b
n00b


Joined: 11 Dec 2017
Posts: 9
Location: chile

PostPosted: Mon Mar 19, 2018 12:58 pm    Post subject: Reply with quote

Al reiniciar, no ocurrio nada, solo erán warning.
Gracias por leer.
_________________
Más vale usar pantunflas que alfombrar al mundo | buda
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum