CN113721915B - Code compiling method, device, equipment and computer readable storage medium - Google Patents

Code compiling method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN113721915B
CN113721915B CN202110857976.0A CN202110857976A CN113721915B CN 113721915 B CN113721915 B CN 113721915B CN 202110857976 A CN202110857976 A CN 202110857976A CN 113721915 B CN113721915 B CN 113721915B
Authority
CN
China
Prior art keywords
code
firmware
fsp
compiled
compiling
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110857976.0A
Other languages
Chinese (zh)
Other versions
CN113721915A (en
Inventor
徐志远
翟占平
姜守英
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202110857976.0A priority Critical patent/CN113721915B/en
Publication of CN113721915A publication Critical patent/CN113721915A/en
Application granted granted Critical
Publication of CN113721915B publication Critical patent/CN113721915B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/48Incremental compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a code compiling method, which considers that the probability that the content of a firmware supporting package FSP existing in BIOS firmware is usually changed is smaller, so when the code in the firmware is modified and recompilation is needed, only the code corresponding to the firmware supporting package FSP is needed to be compiled in the modified code to be compiled, the code except the code corresponding to the FSP is compiled, and finally the modified firmware segment obtained by compiling is combined with the prestored FSP firmware segment of the current firmware, so that a great amount of time needed by compiling the code corresponding to the FSP is saved, and the working efficiency is improved. The invention also discloses a code compiling device, equipment and a computer readable storage medium, which have the same beneficial effects as the code compiling method.

Description

Code compiling method, device, equipment and computer readable storage medium
Technical Field
The present invention relates to the field of code compiling, and in particular, to a code compiling method, and a code compiling apparatus, device, and computer readable storage medium.
Background
The BIOS (Basic Input Output System ) is used as the manager of the bottommost and most direct hardware setting and control of the server mainboard, can provide more simple usability functions for the server, the firmware of the BIOS is compiled by codes, if the content in the current firmware of the BIOS needs to be modified, the code corresponding to the current firmware needs to be modified first, then all codes are compiled to obtain new firmware, namely, no matter how much content is modified, all codes corresponding to the firmware need to be compiled in each recompilation process, the time consumption is long, and the working efficiency is low.
Therefore, how to provide a solution to the above technical problem is a problem that a person skilled in the art needs to solve at present.
Disclosure of Invention
The invention aims to provide a code compiling method, which saves a great deal of time required by compiling codes corresponding to FSP and improves the working efficiency; another object of the present invention is to provide a code compiling apparatus, device and computer readable storage medium, which save a lot of time required for compiling a code corresponding to FSP and improve work efficiency.
In order to solve the technical problems, the present invention provides a code compiling method, including:
acquiring all codes corresponding to the current firmware of the basic input output system BIOS and taking the codes as codes to be compiled;
responding to a modification instruction, modifying the appointed content of the code to be compiled, and judging whether the appointed content relates to the code corresponding to the firmware support package FSP;
if not, compiling codes except the codes corresponding to the FSP in the modified codes to be compiled and obtaining modified firmware fragments;
and merging the modified firmware fragments with the pre-stored FSP firmware fragments of the current firmware to obtain the latest firmware of the BIOS.
Preferably, the responding to the modifying instruction modifies the specified content of the code to be compiled, and judges whether the specified content relates to the code corresponding to the firmware support package FSP specifically includes:
responding to a modification instruction, and modifying the appointed content of the code to be compiled;
judging whether the storage position of the appointed content is positioned at the storage position of the FSP corresponding code in the code to be compiled or not;
if yes, judging that the specified content relates to codes corresponding to the firmware support package FSP;
if not, judging that the specified content does not relate to codes corresponding to the firmware support package FSP.
Preferably, after modifying the specified content of the code to be compiled in response to the modification instruction and determining whether the specified content relates to the code corresponding to the firmware support package FSP, the code compiling method further includes:
if so, compiling the modified code to be compiled and obtaining the latest firmware of the BIOS.
Preferably, if the code is not involved, compiling the code except the code corresponding to the FSP in the modified code to be compiled and obtaining a modified firmware segment specifically includes:
if not, controlling a control switch compiled for the FSP to be closed;
and compiling the modified code to be compiled so as to compile codes except the FSP corresponding code in the modified code to be compiled and obtain a modified firmware segment.
Preferably, after compiling the modified code to be compiled and obtaining the latest firmware of the BIOS if the code to be compiled is related, the code compiling method further includes:
storing the FSP firmware fragments in the latest firmware and taking the FSP firmware fragments as the FSP firmware fragments of the pre-stored current firmware.
Preferably, after the combining the modified firmware segment with the pre-stored FSP firmware segment of the current firmware to obtain the latest firmware of the BIOS, the code compiling method further includes:
the control prompter prompts the completion of the firmware compilation.
Preferably, the prompter is a display.
In order to solve the technical problem, the present invention further provides a code compiling apparatus, including:
the acquisition module is used for acquiring all codes corresponding to the current firmware of the BIOS and taking the codes as codes to be compiled;
the judging module is used for responding to the modifying instruction, modifying the appointed content of the code to be compiled, judging whether the appointed content relates to the code corresponding to the firmware support package FSP or not, and triggering the compiling module if not;
the compiling module is used for compiling codes except the codes corresponding to the FSP in the modified codes to be compiled and obtaining modified firmware fragments;
and the merging module is used for merging the modified firmware fragments with the pre-stored FSP firmware fragments of the current firmware to obtain the latest firmware of the BIOS.
In order to solve the technical problem, the present invention further provides a code compiling device, including:
a memory for storing a computer program;
and a processor for implementing the steps of the code compiling method as described above when executing the computer program.
To solve the above technical problem, the present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the code compiling method as described above.
The invention provides a code compiling method, which considers that the probability that the content of a firmware supporting package FSP existing in BIOS firmware is usually changed is smaller, so when the code in the firmware is modified and recompilation is needed, only the code except the FSP corresponding code in the modified code to be compiled is required to be compiled as long as the modified content does not relate to the code corresponding to the firmware supporting package FSP, and finally the modified firmware segment obtained by compiling is combined with the prestored FSP firmware segment of the current firmware, thereby saving a great amount of time required by compiling the code corresponding to the FSP and improving the working efficiency.
The invention also provides a code compiling device, equipment and a computer readable storage medium, which have the same beneficial effects as the code compiling method.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required in the prior art and the embodiments will be briefly described below, and it is apparent that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of a code compiling method according to the present invention;
FIG. 2 is a schematic diagram of a code compiling apparatus according to the present invention;
fig. 3 is a schematic structural diagram of a code compiling apparatus according to the present invention.
Detailed Description
The core of the invention is to provide a code compiling method, which saves a great amount of time required by compiling codes corresponding to FSP and improves the working efficiency; another core of the present invention is to provide a code compiling apparatus, device and computer readable storage medium, which save a lot of time required for compiling the code corresponding to FSP and improve the working efficiency.
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, fig. 1 is a flow chart of a code compiling method according to the present invention, the code compiling method includes:
s101: acquiring all codes corresponding to the current firmware of the BIOS (Basic Input Output System) and taking the codes as codes to be compiled;
specifically, considering the technical problems in the background art and considering that the simplified space of the process of generating the BIOS firmware for the first time by compiling codes is limited, in the process of modifying and regenerating the existing BIOS firmware, since the modification content substantially only involves a small part of codes, in theory, it is not necessary to compile all codes corresponding to the modified BIOS firmware, so the present application is intended to reduce the process of modifying and regenerating the BIOS firmware, thereby improving the working efficiency; therefore, when the 'modification and regeneration of the BIOS firmware' is needed in the step, all codes corresponding to the current firmware of the BIOS are firstly obtained and used as codes to be compiled, and the codes can be used as a data base of the subsequent steps.
All codes corresponding to the current firmware of the BIOS may be stored in the memory, and when the BIOS firmware needs to be "modified and regenerated", the code modification may be performed based on all codes corresponding to the stored current firmware of the BIOS (i.e. with compiled code).
S102: responding to the modification instruction, modifying the appointed content of the code to be compiled, and judging whether the appointed content relates to the code corresponding to the firmware support package FSP;
specifically, after the code to be compiled is provided, since the related functions in the BIOS firmware need to be modified, the code to be compiled needs to be modified so as to modify the related functions in the BIOS firmware, and specifically, the designated content of the code to be compiled may be modified in response to the modification instruction.
Specifically, intel FSP (Firmware Support Package, firmware supporting package) is a binary file of Intel chip initialization code, intel enables this binary file to insert any firmware design (coreboot, tianoCore, etc.), and at the same time limits integration problems by disclosing a limited number of well-defined interfaces, intel starts to support forcedly at the M7 eaglestream platform and cannot be separated from its Codebase, and when Intel code base is compiled, first, it needs to compile a pass of FSP, generate a two-level system file, and then compile all other codes again.
Considering that the FSP existing in the BIOS firmware is less likely to be changed in general, the present application attempts to do so when modifying the code in the firmware and requiring recompilation: as long as the modified content does not relate to the code corresponding to the FSP, only the code except the code corresponding to the FSP in the modified code to be compiled is compiled, and finally the modified firmware segment obtained by compiling is combined with the pre-stored FSP firmware segment of the current firmware, so that a great amount of time required by compiling the code corresponding to the FSP is saved and the working efficiency is improved, therefore, whether the content relates to the code corresponding to the FSP of the firmware support package is required to be specified in the step, and the execution of the follow-up action is triggered according to the judging result.
S103: if not, compiling codes except the codes corresponding to the FSP in the modified codes to be compiled and obtaining modified firmware fragments;
specifically, under the condition that the specified content does not relate to the code corresponding to the FSP, the code corresponding to the FSP does not need to be compiled in theory, so that only the codes except the code corresponding to the FSP are compiled and modified firmware fragments are obtained in the modified code to be compiled in the step, which is equivalent to reducing the time required for compiling the code corresponding to the FSP, and improving the working efficiency.
S104: and combining the modified firmware fragment with the FSP firmware fragment of the pre-stored current firmware to obtain the latest firmware of the BIOS.
Specifically, the final purpose of "modifying and regenerating the BIOS firmware" is still to generate the latest firmware of the BIOS, so the application prestores the FSP firmware fragment of the current firmware, and combines the FSP firmware fragment with the modified firmware fragment obtained in the previous step to obtain the latest firmware of the BIOS, thereby completing the modification of the BIOS firmware, and certainly, the time consumed by the "combining action" herein is necessarily less than the time consumed by "compiling the FSP corresponding code".
The invention provides a code compiling method, which considers that the probability that the content of a firmware supporting package FSP existing in BIOS firmware is usually changed is smaller, so when the code in the firmware is modified and recompilation is needed, only the code except the FSP corresponding code in the modified code to be compiled is required to be compiled as long as the modified content does not relate to the code corresponding to the firmware supporting package FSP, and finally the modified firmware segment obtained by compiling is combined with the prestored FSP firmware segment of the current firmware, thereby saving a great amount of time required by compiling the code corresponding to the FSP and improving the working efficiency.
Based on the above embodiments:
as a preferred embodiment, in response to the modification instruction, modifying the specified content of the code to be compiled, and determining whether the specified content relates to the code corresponding to the firmware support package FSP is specifically:
responding to the modification instruction, and modifying the appointed content of the code to be compiled;
judging whether the storage position of the appointed content is positioned at the storage position of the FSP corresponding code in the code to be compiled or not;
if yes, judging that the appointed content relates to codes corresponding to the firmware support package FSP;
if not, judging that the specified content does not relate to the code corresponding to the firmware support package FSP.
Specifically, considering that all codes (i.e., the codes with compilations) corresponding to the current firmware of the stored BIOS have respective storage paths, for example, the code corresponding to the FSP itself has a separate storage path, and the specified content in the modification instruction itself has a unique storage path, therefore, by comparing the storage position of the specified content with the storage position of the code corresponding to the FSP, it can be determined whether the specified content relates to the code corresponding to the firmware supporting package FSP, so long as the storage positions of the two have no intersection, it does not relate to the code corresponding to the firmware supporting package FSP, so long as the storage positions of the two have intersection, and the determination by the form of "storage position" has the advantages of high accuracy and high speed.
Of course, other ways than this way may be used to determine whether the specified content relates to the code corresponding to the firmware support package FSP, and embodiments of the present invention are not limited herein.
As a preferred embodiment, after modifying the specified content of the code to be compiled in response to the modification instruction and determining whether the specified content relates to the code corresponding to the firmware support package FSP, the code compiling method further includes:
if so, compiling the modified code to be compiled and obtaining the latest firmware of the BIOS.
Specifically, in the case that the specified content relates to the code corresponding to the FSP, the compiling work success rate of the code corresponding to the FSP cannot be achieved, so that the modified code to be compiled (all codes corresponding to the BIOS firmware) can be compiled and the latest firmware of the BIOS can be obtained.
As a preferred embodiment, if not, compiling the code except the code corresponding to the FSP in the modified code to be compiled and obtaining the modified firmware segment specifically includes:
if not, controlling a control switch compiled for the FSP to be closed;
and compiling the modified code to be compiled so as to compile codes except the FSP corresponding codes in the modified code to be compiled and obtain modified firmware fragments.
Specifically, considering that in the compiling process, the code compiling tool can specifically control whether each part of the code to be compiled needs to be compiled, so that under the condition that the code corresponding to the FSP is not involved, a control switch for the FSP compiling can be controlled to be closed, and then the compiling of the modified code to be compiled is executed, at the moment, the compiling process only compiles the codes except the code corresponding to the FSP in the modified code to be compiled.
Specifically, the control switch closing for FSP compilation may specifically be: the compiling action of the FSP corresponding code is closed by changing the setting of the token switch of the FSP.
As a preferred embodiment, if related, after compiling the modified code to be compiled and obtaining the latest firmware of the BIOS, the code compiling method further includes:
the FSP firmware fragments in the latest firmware are stored and used as the FSP firmware fragments of the pre-stored current firmware.
Specifically, in order to improve the working efficiency, in the embodiment of the invention, the FSP firmware fragments in the latest firmware can be directly stored and used as the FSP firmware fragments of the pre-stored current firmware, so that when the current BIOS firmware is changed, the combination of the latest firmware of the BIOS is directly carried out by using the FSP firmware fragments stored currently, and the working efficiency is improved.
After the BIOS firmware is compiled for the first time, the FSP firmware fragment in the first time compiled BIOS firmware may be stored separately and used as the FSP firmware fragment of the pre-stored current firmware.
As a preferred embodiment, after merging the modified firmware fragment with the pre-stored FSP firmware fragment of the current firmware to obtain the latest firmware of the BIOS, the code compiling method further includes:
the control prompter prompts the completion of the firmware compilation.
Specifically, in order to prompt the operator that the latest firmware of the BIOS has been generated, in the embodiment of the present invention, after merging the latest firmware of the BIOS, the prompter may be controlled to prompt the completion of compiling the firmware, or, of course, when the specified content relates to the FSP corresponding code, the prompter may be controlled to prompt the completion of compiling the firmware after completing the compiling work for the modified code to be compiled and obtaining the latest firmware of the BIOS.
As a preferred embodiment, the prompter is a display.
Specifically, the display has the advantages of visual prompt effect, high popularity and the like.
Of course, the prompter may be of various types other than a display, and embodiments of the present invention are not limited herein.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a code compiling apparatus according to the present invention, the code compiling apparatus includes:
the acquiring module 21 is configured to acquire all codes corresponding to the current firmware of the BIOS and take the codes as codes to be compiled;
the judging module 22 is configured to respond to the modification instruction, modify the specified content of the code to be compiled, and judge whether the specified content relates to the code corresponding to the firmware support package FSP, and if not, trigger the compiling module 23;
the compiling module 23 is configured to compile codes except the code corresponding to the FSP in the modified code to be compiled and obtain a modified firmware segment;
and the merging module 24 is configured to merge the modified firmware segment with the pre-stored FSP firmware segment of the current firmware to obtain the latest firmware of the BIOS.
For the description of the code compiling apparatus provided in the embodiment of the present invention, reference is made to the foregoing embodiment of the code compiling method, and the embodiment of the present invention is not repeated here.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a code compiling apparatus according to the present invention, the code compiling apparatus includes:
a memory 31 for storing a computer program;
a processor 32 for implementing the steps of the code compiling method in the previous embodiment when executing a computer program.
For the description of the code compiling apparatus provided in the embodiment of the present invention, reference is made to the foregoing embodiment of the code compiling method, and the embodiment of the present invention is not repeated here.
The present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the code compiling method as in the previous embodiments.
For the description of the computer-readable storage medium provided in the embodiment of the present invention, please refer to the foregoing embodiment of the code compiling method, and the embodiment of the present invention is not repeated here.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section. It should also be noted that in this specification the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A code compiling method, comprising:
acquiring all codes corresponding to the current firmware of the basic input output system BIOS and taking the codes as codes to be compiled;
responding to a modification instruction, modifying the appointed content of the code to be compiled, and judging whether the appointed content relates to the code corresponding to the firmware support package FSP;
if not, compiling codes except the codes corresponding to the FSP in the modified codes to be compiled and obtaining modified firmware fragments;
and merging the modified firmware fragments with the pre-stored FSP firmware fragments of the current firmware to obtain the latest firmware of the BIOS.
2. The code compiling method according to claim 1, wherein the modifying the specified content of the code to be compiled in response to the modifying instruction, and determining whether the specified content relates to the code corresponding to the firmware support package FSP is specifically:
responding to a modification instruction, and modifying the appointed content of the code to be compiled;
judging whether the storage position of the appointed content is positioned at the storage position of the FSP corresponding code in the code to be compiled or not;
if yes, judging that the specified content relates to codes corresponding to the firmware support package FSP;
if not, judging that the specified content does not relate to codes corresponding to the firmware support package FSP.
3. The code compiling method according to claim 2, wherein after modifying the specified content of the code to be compiled in response to the modification instruction and determining whether the specified content relates to the code corresponding to the firmware support package FSP, the code compiling method further comprises:
if so, compiling the modified code to be compiled and obtaining the latest firmware of the BIOS.
4. The code compiling method according to claim 3, wherein if the code is not related to the FSP corresponding code, compiling the code other than the modified code to be compiled and obtaining the modified firmware segment is specifically:
if not, controlling a control switch compiled for the FSP to be closed;
and compiling the modified code to be compiled so as to compile codes except the FSP corresponding code in the modified code to be compiled and obtain a modified firmware segment.
5. The code compiling method according to claim 3, wherein after compiling the modified code to be compiled and obtaining the latest firmware of the BIOS if it relates, the code compiling method further comprises:
storing the FSP firmware fragments in the latest firmware and taking the FSP firmware fragments as the FSP firmware fragments of the pre-stored current firmware.
6. The code compiling method of any one of claims 1 to 5, wherein after merging the modified firmware segment with a pre-stored FSP firmware segment of the current firmware to obtain the latest firmware of the BIOS, the code compiling method further comprises:
the control prompter prompts the completion of the firmware compilation.
7. The code compiling method of claim 6, wherein the prompter is a display.
8. A code compiling apparatus, comprising:
the acquisition module is used for acquiring all codes corresponding to the current firmware of the BIOS and taking the codes as codes to be compiled;
the judging module is used for responding to the modifying instruction, modifying the appointed content of the code to be compiled, judging whether the appointed content relates to the code corresponding to the firmware support package FSP or not, and triggering the compiling module if not;
the compiling module is used for compiling codes except the codes corresponding to the FSP in the modified codes to be compiled and obtaining modified firmware fragments;
and the merging module is used for merging the modified firmware fragments with the pre-stored FSP firmware fragments of the current firmware to obtain the latest firmware of the BIOS.
9. A code compiling apparatus, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the code compiling method according to any one of claims 1 to 7 when the computer program is executed.
10. A computer readable storage medium, characterized in that the computer readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the code compiling method according to any one of claims 1 to 7.
CN202110857976.0A 2021-07-28 2021-07-28 Code compiling method, device, equipment and computer readable storage medium Active CN113721915B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110857976.0A CN113721915B (en) 2021-07-28 2021-07-28 Code compiling method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110857976.0A CN113721915B (en) 2021-07-28 2021-07-28 Code compiling method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN113721915A CN113721915A (en) 2021-11-30
CN113721915B true CN113721915B (en) 2023-07-14

Family

ID=78674184

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110857976.0A Active CN113721915B (en) 2021-07-28 2021-07-28 Code compiling method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN113721915B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108897545A (en) * 2018-06-29 2018-11-27 南昌华勤电子科技有限公司 Code compiling method and device
CN110109679A (en) * 2019-05-10 2019-08-09 苏州浪潮智能科技有限公司 A kind of BIOS default value amending method, system, equipment and computer media
CN112631599A (en) * 2020-12-09 2021-04-09 潍柴动力股份有限公司 Compiling method, device and storage medium
CN113010180A (en) * 2021-03-12 2021-06-22 山东英信计算机技术有限公司 Firmware generation method, system, device and medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108897545A (en) * 2018-06-29 2018-11-27 南昌华勤电子科技有限公司 Code compiling method and device
CN110109679A (en) * 2019-05-10 2019-08-09 苏州浪潮智能科技有限公司 A kind of BIOS default value amending method, system, equipment and computer media
CN112631599A (en) * 2020-12-09 2021-04-09 潍柴动力股份有限公司 Compiling method, device and storage medium
CN113010180A (en) * 2021-03-12 2021-06-22 山东英信计算机技术有限公司 Firmware generation method, system, device and medium

Also Published As

Publication number Publication date
CN113721915A (en) 2021-11-30

Similar Documents

Publication Publication Date Title
CN107943469B (en) Intelligent contract issuing method and device
US20070157010A1 (en) Configuration templates for different use cases for a system
CN109358887B (en) On-line upgrading method, device and system for single chip microcomputer program
EP1971915A1 (en) Virtualized and adaptive configuration of a system
WO2016101503A1 (en) Hot patching realization method and apparatus
US7194735B2 (en) Executing native code in place of non-native code
CN110990019A (en) Java class analysis method and device, storage medium and electronic equipment
US8127282B2 (en) Recompilation of a class with a java static variable
CN113721915B (en) Code compiling method, device, equipment and computer readable storage medium
US9836288B2 (en) Eager and optimistic evaluation of promises
CN110688320B (en) Global variable detection method and device and terminal equipment
CN110908706B (en) Multi-version software management method
CN111858119A (en) BIOS fault repairing method and related device
CN112052047A (en) Instruction processing method, terminal and storage medium
JP6541902B1 (en) Program management system, programming support apparatus, program management method, and programming support program
CN113791809B (en) Application exception handling method and device and computer readable storage medium
KR100617755B1 (en) Method and apparatus for booting a mobile communication terminal having nand flash memory
US20170262292A1 (en) Method of operating embedded system and control chip thereof
US20040158825A1 (en) Cache controller computer system and method for program recompilation
Besnard et al. A framework for automatic and parameterizable memoization
CN112506613A (en) Method for automatically identifying Maven change submodule and pushing docker mirror image by Gitlab-ci
CN106325964A (en) Dynamic compiling and scheduling method and device
CN115309406B (en) Performance optimization method and device of P4 control branch statement
CN112685095B (en) Virtual device loading method, device, equipment and storage medium
CN111966602B (en) Fixed point code debugging method, system, terminal and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant