Giter VIP home page Giter VIP logo

Comments (3)

tossp avatar tossp commented on May 28, 2024

I don't know what you have modified. This compilation process has been verified. Please ensure that your configuration file has been verified

cc https://github.com/tossp/redpill-tool-chain/runs/3886905022?check_suite_focus=true

from redpill-tool-chain.

thestreetdj avatar thestreetdj commented on May 28, 2024

화면 캡처 2021-10-21 104727
The same is true of deleting all folders and working after receiving a new git clone.

from redpill-tool-chain.

tossp avatar tossp commented on May 28, 2024

your screenshot provides very limited information. Paste the echo characters directly.

I tried to start the compilation again. The whole process is normal. Are you interested in global_config.json has been modified? Also check the hash values of docker/downloads/ds.bromolow-6.2.dev.txz and docker/downloads/linux-3.10.x.txz in your local file

cc https://github.com/tossp/redpill-tool-chain/runs/3958890952?check_suite_focus=true

#10 [stage-1 4/9] COPY --from=extract /linux* /opt/kernel-bromolow-6.2.4-25556
#10 sha256:a83622b345fc98082ac420ed3b14ccf69031605708cf37434488db34fb41fb23
#10 DONE 7.7s

#11 [stage-1 5/9] RUN if [ "apollolake" = "bromolow" ]; then echo '+' > /opt/kernel-bromolow-6.2.4-25556/.scmversion; fi &&     if [ "kernel" = "kernel" ]; then         cp /opt/kernel-bromolow-6.2.4-25556/synoconfigs/bromolow /opt/kernel-bromolow-6.2.4-25556/.config &&         make -C /opt/kernel-bromolow-6.2.4-25556 oldconfig &&         make -C /opt/kernel-bromolow-6.2.4-25556 modules_prepare ;    fi
#11 sha256:9ac44ac41963b7e52d630a3e4b50bb797c6e60f8fb3a5c275a9257d83b6232c2
#11 0.346 make: Entering directory '/opt/kernel-bromolow-6.2.4-25556'
#11 0.476   HOSTCC  scripts/basic/fixdep
#11 0.804   HOSTCC  scripts/kconfig/conf.o
#11 0.996   SHIPPED scripts/kconfig/zconf.tab.c
#11 1.000   SHIPPED scripts/kconfig/zconf.lex.c
#11 1.001   SHIPPED scripts/kconfig/zconf.hash.c
#11 1.255   HOSTCC  scripts/kconfig/zconf.tab.o
#11 2.935   HOSTLD  scripts/kconfig/conf
#11 2.954 scripts/kconfig/conf --oldconfig Kconfig
#11 3.125 #
#11 3.125 # configuration written to .config
#11 3.125 #
#11 3.126 make: Leaving directory '/opt/kernel-bromolow-6.2.4-25556'
#11 3.128 make: Entering directory '/opt/kernel-bromolow-6.2.4-25556'
#11 3.780 scripts/kconfig/conf --silentoldconfig Kconfig
#11 4.397   SYSHDR  arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h
#11 4.427   SYSHDR  arch/x86/syscalls/../include/generated/uapi/asm/unistd_64.h
#11 4.453   SYSHDR  arch/x86/syscalls/../include/generated/uapi/asm/unistd_x32.h
#11 4.480   SYSTBL  arch/x86/syscalls/../include/generated/asm/syscalls_32.h
#11 5.300   SYSHDR  arch/x86/syscalls/../include/generated/asm/unistd_32_ia32.h
#11 5.329   SYSHDR  arch/x86/syscalls/../include/generated/asm/unistd_64_x32.h
#11 5.341   SYSTBL  arch/x86/syscalls/../include/generated/asm/syscalls_64.h
#11 6.240   HOSTCC  arch/x86/tools/relocs_32.o
#11 6.461   HOSTCC  arch/x86/tools/relocs_64.o
#11 6.662   HOSTCC  arch/x86/tools/relocs_common.o
#11 6.744   HOSTLD  arch/x86/tools/relocs
#11 6.859   WRAP    arch/x86/include/generated/asm/clkdev.h
#11 6.892   CHK     include/generated/uapi/linux/version.h
#11 6.895   UPD     include/generated/uapi/linux/version.h
#11 6.926   CHK     include/generated/utsrelease.h
#11 6.929   UPD     include/generated/utsrelease.h
#11 6.995   CC      kernel/bounds.s
#11 7.029   GEN     include/generated/bounds.h
#11 7.034   CC      arch/x86/kernel/asm-offsets.s
#11 7.267   GEN     include/generated/asm-offsets.h
#11 7.271   CALL    scripts/checksyscalls.sh
#11 7.776   CC      scripts/mod/empty.o
#11 7.802   HOSTCC  scripts/mod/mk_elfconfig
#11 7.878   MKELF   scripts/mod/elfconfig.h
#11 7.882   CC      scripts/mod/devicetable-offsets.s
#11 7.914   GEN     scripts/mod/devicetable-offsets.h
#11 7.918   HOSTCC  scripts/mod/file2alias.o
#11 8.319   HOSTCC  scripts/mod/modpost.o
#11 8.802   HOSTCC  scripts/mod/sumversion.o
#11 8.985   HOSTLD  scripts/mod/modpost
#11 9.010   HOSTCC  scripts/kallsyms
#11 9.238   HOSTCC  scripts/conmakehash
#11 9.373   HOSTCC  scripts/sortextable
#11 9.504 In file included from scripts/sortextable.c:161:0:
#11 9.504 scripts/sortextable.c: In function 'main':
#11 9.505 scripts/sortextable.h:158:3: warning: 'relocs_size' may be used uninitialized in this function [-Wmaybe-uninitialized]
#11 9.505    memset(relocs, 0, relocs_size);
#11 9.505    ^
#11 9.505 scripts/sortextable.h:104:6: note: 'relocs_size' was declared here
#11 9.505   int relocs_size;
#11 9.505       ^
#11 9.505 In file included from scripts/sortextable.c:159:0:
#11 9.505 scripts/sortextable.h:158:3: warning: 'relocs_size' may be used uninitialized in this function [-Wmaybe-uninitialized]
#11 9.505    memset(relocs, 0, relocs_size);
#11 9.505    ^
#11 9.505 scripts/sortextable.h:104:6: note: 'relocs_size' was declared here
#11 9.505   int relocs_size;
#11 9.505       ^
#11 9.578   HOSTCC  scripts/asn1_compiler
#11 9.888 make: Leaving directory '/opt/kernel-bromolow-6.2.4-25556'
#11 DONE 10.0s

#12 [stage-1 6/9] WORKDIR /opt
#12 sha256:f9033c8599e10481203c70909eecd8960aeda3336e0fb9aa7e93a18a10058034
#12 DONE 0.0s

#13 [stage-1 7/9] COPY Makefile /opt/
#13 sha256:7e8ba9566de80193d8fdc3d56262dca32cdc91c330e0711d53e5dc05cf7606f7
#13 DONE 0.0s

#14 [stage-1 8/9] COPY entrypoint.sh /entrypoint.sh
#14 sha256:ccc964943a751a4806e16d4975d17f2b9e51de83d3fa0f86e2dcf7abe5e3bbdd
#14 DONE 0.0s

#15 [stage-1 9/9] RUN chmod +x /entrypoint.sh
#15 sha256:e118b65e121d730398f88a86f0c8fa61c8e535dbbfc8ec3243c62832c4eadb55
#15 DONE 0.4s

#16 exporting to image
#16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#16 exporting layers
#16 exporting layers 18.9s done
#16 writing image sha256:f406558ba76cb5077abffedb339f94a1a5ab8bae6f0109a41515243d5c929a1f
#16 writing image sha256:f406558ba76cb5077abffedb339f94a1a5ab8bae6f0109a41515243d5c929a1f 0.0s done
#16 naming to docker.io/library/redpill-tool-chain:bromolow-6.2.4-25556 done
#16 DONE 18.9s

from redpill-tool-chain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.