judge0
Member
Here is a web page that has some packages for Debian (possibly Ubuntu/Kubuntu as well, let me know if they are compatible). They are available for Woody, Sarge and Sid.
binutils-arm
gcc-4.0-arm
g++-4.0-arm
glibc-cross-arm
gobjc-4.0-arm
They are available in lower versions as well. I installed these and tested in KDevelop, they appear to work. You have to give output executable the *.gpe extension AFAIK
Unless you plan on distributing libraries with your work, it's best to link statically against libs.
There are FAQs that discuss how to set up KDevelop for cross-compiling (Search for "setting up KDevelop to cross-compile")
Hope this helps someone out . . . :blink:
I'd be interested in any other resources available
Edit: Added reference to static linking of libs . . .brain-dead :blink:
binutils-arm
gcc-4.0-arm
g++-4.0-arm
glibc-cross-arm
gobjc-4.0-arm
They are available in lower versions as well. I installed these and tested in KDevelop, they appear to work. You have to give output executable the *.gpe extension AFAIK
Unless you plan on distributing libraries with your work, it's best to link statically against libs.
There are FAQs that discuss how to set up KDevelop for cross-compiling (Search for "setting up KDevelop to cross-compile")
Hope this helps someone out . . . :blink:
I'd be interested in any other resources available
Edit: Added reference to static linking of libs . . .brain-dead :blink: