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

Enigma: Timing-RTE => libpthread (64-bit and 32-bit mess) #167

Closed
alyxazon opened this issue Jul 8, 2019 · 2 comments
Closed

Enigma: Timing-RTE => libpthread (64-bit and 32-bit mess) #167

alyxazon opened this issue Jul 8, 2019 · 2 comments
Assignees
Labels

Comments

@alyxazon
Copy link
Collaborator

alyxazon commented Jul 8, 2019

  • Timing RTE on ASL contains 32-bit libraries
  • This breaks some FESA build processes

libpthread.so:
/* GNU ld script
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf32-i386)
GROUP ( /lib/libpthread.so.0 /usr/lib/libpthread_nonshared.a )

@alyxazon
Copy link
Collaborator Author

alyxazon commented Jul 8, 2019

Quick fix: just remove the libraries

@alyxazon
Copy link
Collaborator Author

Fixed (1f8266b01f187c7979c67db12541dbdd56d1b54f@ci_cd)

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

No branches or pull requests

2 participants