using Codesourcery G++ toolchain?

Started by
1 comment, last by NicolasJay 13 years, 4 months ago
Hi....I was wondering if anybody had a link on a howto for setting up the Codesourcery G++ toolchain? There are like 20 different include and lib folders and I couldn't find anything in the docs about which one I am supposed to use.

I am trying to develop for the palm pre mobile phone. The dev kit used to set this up for you...but in the new version the toolchain has to be installed separately.

thanks for any help =)
Advertisement
Did you download the toolchain from CodeSourcery? They have excellent documentation at the same page you download from. They also provide a binary installer for Windows and Linux hosted toolchains.

Stephen M. Webb
Professional Free Software Developer

ya, from here:
http://www.codesourcery.com/sgpp/lite/arm/portal/release858

I understand how to use their command line compiler, but the exact issue that I am having, is trying to develop with vs2010. Right now, I can test run my project in vs2010 until I am ready to stick it on the phone, but its starting to seem that if I want to use linux functions like gettimeofday() I won't be able to use visual studio anymore...is that true?

This topic is closed to new replies.

Advertisement