help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compilation with multiple jobs fails


From: Ramya S Ganesh (RBEI/ETC5)
Subject: Compilation with multiple jobs fails
Date: Fri, 9 Jun 2017 05:10:11 +0000

Hello,

            We have a build tool that uses make scripts with GHS compiler. I 
had attached the GUI of the tool.

                                                       
[cid:image003.png@01D2E10C.C1F65850]

Kindly find below the steps in the build process of our tool.

1)         Basic file configurations like setting paths and updation of batch 
folder.

2)         Deletion of all the object files generated in previous build.

3)         Creation of source files(.c) for measurement variables and constants 
in the project.

4)         Conversion of  all the compiler and linker flags from the project 
folder into.ccf,.lcf in the workspace.

5)         Creation of a .c file with user, project, time of build details.

6)         Compilation of .c files in the project, along with the c files 
generated in step 2 and 4 by making use of compiler and linker flags in step3 
and finally generation of library files.

7)         Linking all library files to generate .hex, .mot and .elf files.

8)         Creation of .a2l files for the measurement variables and constants 
in the project.

9)         Merging all the .a2l files.

10)       Creation of delivery software.

11)       Container generation.



We made use of parallelism along with synchronization for starting the build 
process and got the error message I had attached .

[cid:image004.png@01D2E10C.C1F65850]



Kindly find below the command used for parallel build process.

make --output-sync=recurse -j $parallel_process -f



Just for information - the error message occurred on different PCs not always, 
but with high probability.



Could you please have a look into it a suggest a reason for the problem.



Thank you,
Best regards

S Ganesh Ramya
RBEI/ETC5

Tel. +91 422 667-5704

PNG image

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]