1

I have seen this question asked for a Linux host system but not for Windows.

I have a Windows 7 64-bit host system. I am running into a 32 bit issue I think and I see this vague phrase in the Code Sourcery documentation.

"Therefore, even when running on a 64-bit host system, Sourcery CodeBench requires 32-bit host libraries. Consult your operating system documentation for more information about obtaining these libraries."

I can't find any documentation because I don't know what "these" libraries are.

Thanks, Seth M King

Seth
  • 313
  • 1
  • 2
  • 10
  • As a CodeSourcery employee, I apologize for the vagueness of that documentation, and I'll let the right people know we need to fix it. – Brooks Moses Jan 16 '12 at 18:35

1 Answers1

0

That sentence is really only for Linux users; a lot of Linux distributions don't include the basic system libraries (the equivalent of the stuff in c:\Windows\System) needed to run 32-bit applications.

Windows includes everything that's needed as far as this is concerned.

Brooks Moses
  • 9,267
  • 2
  • 33
  • 57