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

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

Info

Publication number
CN113721915A
CN113721915A CN202110857976.0A CN202110857976A CN113721915A CN 113721915 A CN113721915 A CN 113721915A CN 202110857976 A CN202110857976 A CN 202110857976A CN 113721915 A CN113721915 A CN 113721915A
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.)
Granted
Application number
CN202110857976.0A
Other languages
Chinese (zh)
Other versions
CN113721915B (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 of changing the part of the FSP (firmware support packet) existing in the BIOS firmware is smaller, so when the code in the firmware is modified and recompiled, only codes except the FSP corresponding code in the modified code to be compiled are needed to be compiled as long as the modified content does not relate to the code corresponding to the FSP of the firmware support packet, and finally the compiled firmware modification fragment is combined with the prestored FSP firmware fragment of the current firmware, thereby saving a large amount of time required by the compiling of the code corresponding to the FSP and improving the working efficiency. 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 and equipment and computer readable storage medium
Technical Field
The present invention relates to the field of code compilation, and in particular, to a code compilation method, a code compilation device, an apparatus, and a computer-readable storage medium.
Background
The BIOS (Basic Input Output System) is used as a manager of the most direct hardware setting and control at the bottom of a server motherboard, and can provide more simple usability functions for a server, the firmware of the BIOS is compiled from codes, if the content in the current firmware of the BIOS needs to be modified, the codes corresponding to the current firmware need to be modified first, and then all the codes need to be compiled to obtain new firmware, that is, no matter how much content is modified, all the codes corresponding to the firmware need to be compiled in each re-compiling process, which consumes longer time and has lower working efficiency.
Therefore, how to provide a solution to the above technical problem is a problem that needs to be solved by those skilled in the art.
Disclosure of Invention
The invention aims to provide a code compiling method, which saves a great deal of time required by compiling FSP corresponding codes 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 can save a lot of time required for compiling FSP corresponding codes and improve work efficiency.
In order to solve the above technical problem, the present invention provides a code compiling method, including:
acquiring all codes corresponding to the current firmware of the BIOS and taking the codes as codes to be compiled;
responding to a modification instruction, modifying the specified content of the code to be compiled, and judging whether the specified content relates to a code corresponding to a Firmware Support Package (FSP);
if not, compiling codes except the FSP corresponding codes in the modified codes to be compiled to obtain modified firmware fragments;
and merging the modified firmware segment with a prestored FSP firmware segment of the current firmware to obtain the latest firmware of the BIOS.
Preferably, the modifying the specified content of the code to be compiled in response to the modification instruction, and determining whether the specified content relates to a code corresponding to the firmware support package FSP specifically includes:
responding to a modification instruction, and modifying the specified content of the code to be compiled;
judging whether the storage position of the specified content is located at the storage position of the FSP corresponding code in the code to be compiled;
if yes, determining that the specified content relates to a code corresponding to a Firmware Support Package (FSP);
if not, the specified content is judged not to relate to the code corresponding to the firmware support package FSP.
Preferably, after the responding to the modification instruction, modifying the specified content of the code to be compiled, and determining whether the specified content relates to a code corresponding to the firmware support package FSP, the code compiling method further includes:
and if so, compiling the modified code to be compiled and obtaining the latest firmware of the BIOS.
Preferably, if not, compiling the codes except the FSP corresponding code 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 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 modified code to be compiled is involved, the code compiling method further includes:
and storing the FSP firmware segment in the latest firmware as the FSP firmware segment of the pre-stored current firmware.
Preferably, after the modifying firmware segment is merged 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:
and the control prompter prompts the firmware to be compiled.
Preferably, the prompter is a display.
In order to solve the above 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 a modification instruction, modifying the specified content of the code to be compiled, judging whether the specified content relates to a code corresponding to the Firmware Support Package (FSP), and triggering the compiling module if the specified content does not relate to the code;
the compiling module is used for compiling the 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 segment and a pre-stored FSP firmware segment of the current firmware to obtain the latest firmware of the BIOS.
In order to solve the above technical problem, the present invention further provides a code compiling apparatus, including:
a memory for storing a computer program;
a processor for implementing the steps of the code compilation method as described above when executing the computer program.
To solve the above technical problem, the present invention further provides a computer-readable storage medium, having a computer program stored thereon, where the computer program, when executed by a processor, implements the steps of the code compiling method as described above.
The invention provides a code compiling method, and considering that the probability that the part of the content of a Firmware Support Package (FSP) existing in BIOS firmware is generally changed is small, when the code in the firmware is modified and recompiled, only codes except the code corresponding to the FSP in the modified code to be compiled are needed to be compiled as long as the modified content does not relate to the code corresponding to the FSP of the firmware support package, and finally the compiled firmware modification fragment is combined with the prestored FSP firmware fragment of the current firmware, so that a large amount of time for compiling the code corresponding to the FSP is saved, and the working efficiency is improved.
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 in the embodiments of the present invention, the drawings needed in the prior art and the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a flowchart illustrating a code compiling method according to the present invention;
FIG. 2 is a schematic structural 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 deal of time required by compiling the FSP corresponding code 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 FSP corresponding codes and improve work efficiency.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating a code compiling method according to the present invention, where the code compiling method includes:
s101: acquiring all codes corresponding to the current firmware of a BIOS (Basic Input Output System) and taking the codes as codes to be compiled;
specifically, considering the technical problems in the background art as described above, and considering that the simplified space of the "process of generating BIOS firmware for the first time by compiling code" is limited, in the process of modifying and regenerating the existing BIOS firmware, since the modification content substantially only relates to a small part of code, it is theoretically not necessary to compile all the codes corresponding to the modified BIOS firmware at all, and therefore, the present application intends to simplify the "process of modifying and regenerating BIOS firmware" and improve the work efficiency; therefore, in this step, when the "modification and regeneration of the BIOS firmware" is required, all codes corresponding to the current firmware of the BIOS are first obtained and used as codes to be compiled, which can be used as a data base in the subsequent step.
All codes corresponding to the current firmware of the BIOS can be stored in the memory, and when the BIOS firmware needs to be modified and regenerated, the codes can be modified based on all the stored codes (i.e., the compiled codes) corresponding to the current firmware of the BIOS.
S102: responding to the modification instruction, modifying the specified content of the code to be compiled, and judging whether the specified content relates to the code corresponding to the firmware support package FSP;
specifically, after the code to be compiled exists, since the relevant function in the BIOS firmware needs to be modified, the code to be compiled needs to be modified so as to modify the relevant function in the BIOS firmware, and specifically, the specified content of the code to be compiled can be modified in response to the modification instruction.
Specifically, an Intel FSP (Firmware Support Package) is a binary file of an Intel chip initialization code, the Intel enables the binary file to be inserted into any Firmware design (coreboot, Tianocore, etc.), and meanwhile, the integration problem is limited by disclosing a limited number of well-defined interfaces, the Intel starts to be forcibly supported in an M7 eagestream platform and cannot be separated from its Codebase, when the Intel Codebase is compiled, the FSP is compiled once first, and after the FSP is generated into a second-level system file, other codes are compiled again and completely.
In consideration of the fact that the FSP part existing in the BIOS firmware is less likely to be changed in the normal case, the present application attempts to modify the code in the firmware and need to perform recompilation: as long as the modification content does not relate to the code corresponding to the FSP, only codes except the code corresponding to the FSP in the modified code to be compiled are compiled, and finally the compiled modified firmware segment is merged with the pre-stored FSP firmware segment of the current firmware, so that a large 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 needs to be specified in the step, and the execution of subsequent actions is triggered according to the judgment result.
S103: if not, compiling the codes except the codes corresponding to the FSP in the modified codes to be compiled to obtain 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 is not required to be compiled, so that only the codes except the code corresponding to the FSP in the modified code to be compiled in the step are compiled to obtain the modified firmware segment, which is equivalent to reducing the time required for compiling the code corresponding to the FSP and improving the working efficiency.
S104: and merging the modified firmware segment with the FSP firmware segment 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 to generate the latest firmware of the BIOS, so that the FSP firmware segment of the current firmware is pre-stored in the application, and the FSP firmware segment is merged with the modified firmware segment obtained in the previous step to obtain the latest firmware of the BIOS, so that the modification of the BIOS firmware is completed.
The invention provides a code compiling method, and considering that the probability that the part of the content of a Firmware Support Package (FSP) existing in BIOS firmware is generally changed is small, when the code in the firmware is modified and recompiled, only codes except the code corresponding to the FSP in the modified code to be compiled are needed to be compiled as long as the modified content does not relate to the code corresponding to the FSP of the firmware support package, and finally the compiled firmware modification fragment is combined with the prestored FSP firmware fragment of the current firmware, so that a large amount of time for compiling the code corresponding to the FSP is saved, and the working efficiency is improved.
On the basis of the above-described embodiment:
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 a code corresponding to the firmware support package FSP specifically is:
in response to the modification instruction, modifying the specified content of the code to be compiled;
judging whether the storage position of the specified content is located at the storage position of the FSP corresponding code in the code to be compiled or not;
if yes, judging that the designated content relates to a code corresponding to the firmware support package FSP;
if not, the specified content is judged not to relate to the code corresponding to the firmware support packet FSP.
Specifically, considering that, of all codes (i.e. with compiled codes) corresponding to the current firmware of the stored BIOS, codes of each category respectively have respective storage paths, for example, codes corresponding to FSP themselves have their individual storage paths, and specified contents in the modification instruction themselves have their unique storage paths, so that whether the specified contents relate to codes corresponding to the firmware support package FSP can be determined by comparing the storage location where the specified contents are located with the storage location of the code corresponding to FSP, and as long as there is no intersection between the storage locations of the specified contents and the FSP, the specified contents do not relate to codes corresponding to the firmware support package FSP as long as there is an intersection between the storage locations of the specified contents and the storage location of the FSP, and the determination in the form of "storage location" has the advantages of high accuracy and high speed.
Of course, in addition to this manner, it may also be determined whether the specified content relates to a code corresponding to the firmware support package FSP in another manner, and the embodiment of the present invention is 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 a code corresponding to the firmware support package FSP, the code compiling method further includes:
and if so, compiling the modified code to be compiled and obtaining the latest firmware of the BIOS.
Specifically, when the specified content relates to a code corresponding to the FSP, the compilation success rate of the code corresponding to the FSP cannot be obtained, so that the modified code to be compiled (all codes corresponding to the BIOS firmware) can be compiled to obtain the latest firmware of the BIOS.
As a preferred embodiment, if not, compiling the codes except the FSP corresponding code in the modified code to be compiled and obtaining the modified firmware segment specifically includes:
if not, controlling a control switch for FSP compiling to be closed;
and compiling the modified code to be compiled so as to compile the codes except the code corresponding to the FSP in the modified code to be compiled and obtain a modified firmware segment.
Specifically, in the compiling process, it is considered that the code compiling tool itself can specifically control whether each part in the code to be compiled needs to be compiled, so that the control switch for FSP compiling can be controlled to be turned off under the condition that the code corresponding to FSP is not involved, and then the compiling of the modified code to be compiled is executed, at this time, the compiling process just compiles the codes except for the code corresponding to FSP in the modified code to be compiled.
Specifically, the control of the closing of the control switch compiled for the FSP may specifically be: and closing the compiling action of the FSP corresponding code by changing the setting of the token switch of the FSP.
As a preferred embodiment, after compiling the modified code to be compiled and obtaining the latest firmware of the BIOS, the code compiling method further includes:
and storing the FSP firmware segment in the latest firmware as the FSP firmware segment of the pre-stored current firmware.
Specifically, in order to improve the working efficiency, in the embodiment of the present invention, the FSP firmware segment in the latest firmware may be directly stored and used as the FSP firmware segment of the pre-stored current firmware, so that when the current BIOS firmware is changed, the current stored FSP firmware segment is directly used to merge the latest BIOS firmware, thereby improving the working efficiency.
After the BIOS firmware is compiled for the first time, the FSP firmware segment in the BIOS firmware compiled for the first time can be separately stored and used as the FSP firmware segment of the pre-stored current firmware.
As a preferred embodiment, after merging the modified firmware segment with the FSP firmware segment of the pre-stored current firmware to obtain the latest firmware of the BIOS, the code compiling method further includes:
and the control prompter prompts the firmware to be compiled.
Specifically, in order to prompt the staff that the latest firmware of the BIOS has been generated, in the embodiment of the present invention, the prompter may be controlled to prompt the firmware to be compiled after the latest firmware of the BIOS is obtained by merging, or, of course, when the specified content relates to the FSP corresponding code, the prompter may be controlled to prompt the firmware to be compiled after the compiling operation on the modified code to be compiled is completed and the latest firmware of the BIOS is obtained.
In a preferred embodiment, the indicator is a display.
Specifically, the display has the advantages of intuitive prompting effect, high popularity and the like.
Of course, besides the display, the prompter may be of other various types, and the embodiment of the present invention is not limited herein.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a code compiling apparatus according to the present invention, where the code compiling apparatus includes:
an obtaining module 21, configured to obtain all codes corresponding to a current firmware of the BIOS and use the obtained 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, judge whether the specified content relates to a code corresponding to the firmware support package FSP, and trigger the compiling module 23 if the specified content does not relate to the code;
the compiling module 23 is configured to compile codes, except for the code corresponding to the FSP, of the modified code to be compiled to obtain a modified firmware segment;
and the merging module 24 is configured to merge the modified firmware segment with a pre-stored FSP firmware segment of the current firmware to obtain the latest firmware of the BIOS.
For the introduction of the code compiling apparatus 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 described herein again.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a code compiling apparatus provided by the present invention, where 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 foregoing embodiments when executing the computer program.
For introducing the code compiling apparatus provided by 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 described herein again.
The present invention also provides a computer readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the steps of the code compiling method according to the foregoing embodiments.
For the introduction of the computer-readable storage medium provided by the embodiment of the present invention, reference is made to the foregoing embodiment of the code compiling method, and details of the embodiment of the present invention are not repeated herein.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should also be noted that, in the present 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 an … …" does not exclude the presence of other identical 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 BIOS and taking the codes as codes to be compiled;
responding to a modification instruction, modifying the specified content of the code to be compiled, and judging whether the specified content relates to a code corresponding to a Firmware Support Package (FSP);
if not, compiling codes except the FSP corresponding codes in the modified codes to be compiled to obtain modified firmware fragments;
and merging the modified firmware segment with a prestored FSP firmware segment of the current firmware to obtain the latest firmware of the BIOS.
2. The code compiling method according to claim 1, wherein the modifying specified content of the code to be compiled in response to a modification instruction, and the determining whether the specified content relates to a code corresponding to a firmware support package FSP is specifically:
responding to a modification instruction, and modifying the specified content of the code to be compiled;
judging whether the storage position of the specified content is located at the storage position of the FSP corresponding code in the code to be compiled;
if yes, determining that the specified content relates to a code corresponding to a Firmware Support Package (FSP);
if not, the specified content is judged not to relate to the code corresponding to the firmware support package FSP.
3. The code compiling method according to claim 2, wherein after the responding to a modification instruction, modifying the specified content of the code to be compiled and determining whether the specified content relates to a code corresponding to a firmware support package FSP, the code compiling method further comprises:
and 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 not, compiling the codes other than the FSP corresponding code 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 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 the modified code to be compiled is involved, the code compiling method further comprises:
and storing the FSP firmware segment in the latest firmware as the FSP firmware segment of the pre-stored current firmware.
6. The code compiling method according to 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 a latest firmware of the BIOS, the code compiling method further comprises:
and the control prompter prompts the firmware to be compiled.
7. The code compiling method according to claim 6 wherein the prompter is a display.
8. A code compiling apparatus characterized by 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 a modification instruction, modifying the specified content of the code to be compiled, judging whether the specified content relates to a code corresponding to the Firmware Support Package (FSP), and triggering the compiling module if the specified content does not relate to the code;
the compiling module is used for compiling the 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 segment and a pre-stored FSP firmware segment of the current firmware to obtain the latest firmware of the BIOS.
9. A code compiling apparatus characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the code compilation method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out 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 true CN113721915A (en) 2021-11-30
CN113721915B 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
CN113721915B (en) 2023-07-14

Similar Documents

Publication Publication Date Title
CN102436387B (en) Method and device for fast computer startup
CN102236621B (en) Computer interface information configuration system and method
CN110990019B (en) Java class analysis method and device, storage medium and electronic equipment
JP2007523407A (en) How to configure a computer program
JP2000222220A (en) Dynamically compiling time setting method, byte code executing mode selecting method and computer
CA2376327C (en) Executing native code in place of non-native code
CN113342590B (en) NVMe device debugging function implementation method, device, equipment and storage medium
JP2008009721A (en) Evaluation system and evaluation method thereof
US8127282B2 (en) Recompilation of a class with a java static variable
TWI464583B (en) Method of obtaining command for triggering function
CN107589940B (en) Software development auxiliary system based on Lua scripting language
CN113721915A (en) Code compiling method, device and equipment and computer readable storage medium
CN110688320B (en) Global variable detection method and device and terminal equipment
CN108959049B (en) Method and device for testing robustness and stability of SMM (SMM management system) and storage medium
JP2024508129A (en) Methods, systems and devices for constructing derivative software based on original systems
US20170262292A1 (en) Method of operating embedded system and control chip thereof
WO2017128589A1 (en) Method of generating executable file and art virtual machine execution method and device
CN113553068B (en) Method and device for downloading application package and electronic equipment
KR100617755B1 (en) Method and apparatus for booting a mobile communication terminal having nand flash memory
CN113849229A (en) Server starting method and device, electronic equipment and readable storage medium
CN105117201A (en) Method and apparatus for data processing
CN111242731A (en) Service execution method and device
WO2024051290A1 (en) Code compiling method and apparatus, storage medium and electronic device
CN112685095B (en) Virtual device loading method, device, equipment and storage medium
CN115470151B (en) Application operation analysis method, computing device 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