From subsecret
Revision as of 12:21, 21 April 2013 by Steffen Mikkelsen (talk | contribs) (Created page with "We need to change PATH and LD_LIBRARY_PATH to the new locations. export PATH=/tools/bin/:${PATH} export LD_LIBRARY_PATH=/tools/lib Now everything so far needs to be recompil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

We need to change PATH and LD_LIBRARY_PATH to the new locations.

export PATH=/tools/bin/:${PATH}
export LD_LIBRARY_PATH=/tools/lib

Now everything so far needs to be recompiled so the libraries and binaries are linked to /tools/lib/ld-linux-x86-64.so.2. The new path variable ensures the newly build GCC is used which will do the correct linking.