Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External scripts #2

Closed
olivierpierre opened this issue Jul 12, 2017 · 1 comment
Closed

External scripts #2

olivierpierre opened this issue Jul 12, 2017 · 1 comment
Assignees

Comments

@olivierpierre
Copy link
Collaborator

External scripts that are called:

  • mlink_x86Objs.sh and mlink_armObjs.sh: used for the final linking step calling gold to produce the multi-isa binaries
  • nmScript.sh -> dump the symbols for vanilla/multi-isa binaries into external text files. They are called from the java code, but I doubt the output (text files) are actually used in the compiling process: when I disable the calls to this script, the compiling process succeeds without issue.
  • readMyElfToFile.sh -> call to readelf -SW on vanilla/multi-isa binaries and output to external text files

Integrating the behavior of these scripts natively inside the alignment tool will make the compilation process simpler

@olivierpierre olivierpierre self-assigned this Jul 12, 2017
@olivierpierre
Copy link
Collaborator Author

Fixed in the python alignment tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant