> I am not aware about the appropriate forum or news group to post this
> problem.
That would be the right place I guess
[snip]
> The file formats of gcc and SDT generated image are exactly
> same. To me it appears to be a typical toolset
> problem. Any idea what could be wrong? Any one aware of how to fix
> this?
AFAIK, SDT isn't aware of linux system calls, and uses it's own
C library. So indeed, both toolchains create ELF file, but as
soon as your SDT-produced executable tries to actually do something
system-specific (read: OS dependent), it is going to fail.
I think the only SDT-produced images that would work fine under
Linux are those that make no system call whatsoever (ie, no
IO, don't ask what you'd use them for :) ).
Unless ARM provided Linux support to its SDT/ADS, I don't think
there is any fix for that but use gcc (as Linux has been traditionnaly
developped with gcc...) List please correct me if I'm wrong here.
Cheers,
Yves
_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.