Basically I\'d like to generate some ARM4 (for the 5500 owners out there) binaries using the pdaXrom toolchain.
By default the pdaXrom toolchain generates ARM5 (XScale) code. I\'m pretty sure it can also generate ARM4 code, though I\'m not sure. I did gcc --dumpspecs and can see lots of different processor types in there (including the one I want), does this mean it can produce what I want?
Now I realise that I need to use the -m switch (-march=arm4 or -march=strongarm1100 should do the trick), but the question is where do I use these? I presume they should be passed as arguments to gcc? and to c++? and g77? Is this right?
The other issue is how to get this to work when using ./configure? I suppose I could add it to BUILDCFLAGS and BUILDCXXFLAGS, anyone have any better suggestions?
Sorry for all the questions, cheers,
Simon