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

discrepancies in installation after 'make install-bin-extras' #13

Open
liamstask opened this issue Sep 25, 2011 · 0 comments
Open

discrepancies in installation after 'make install-bin-extras' #13

liamstask opened this issue Sep 25, 2011 · 0 comments

Comments

@liamstask
Copy link

I am observing a couple discrepancies between my local installation via Makfile and a freshly unpacked linux binary from code sourcery. Namely:

  • none of the linker include files are copied over (*.inc) - looks like this one is pretty easy to fix
  • I get some .la copies of some of the normal .a libs (libstdc++.la and libsupc++.la in addition to the .a versions of each in arm-none-eabi/lib/thumb, for example)
  • at least one file that doesn't exist at the corresponding location in the unpacked binary version: i see libiberty.a at arm-none-eabi/lib/thumb and arm-none-eabi/lib, for example, while it does not appear in either of those locations normally.

For the 2nd and 3rd issues, there may be more examples of this throughout the installation, but those are the ones that jumped out at me.

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