>Problem Statement:
>--------------------
>I have a computationally intensive piece of code compiled and linked
>using the ARM -Software Development Tool (SDT2.5) which gives a 32 bit
>stripped ELF binary image as an executable.  This image when ran on
>ARM-Linux gives a memory voilation problem.  If I run this image on SDT
>Debugger or Angel Debugger, the code works fine.

Well, you don't say exactly how you're building your image.  So long as you 
are correctly linking against libc and the crt startup files, it shouldn't 
matter whether you use GCC or ADS.  But it's almost impossible to speculate 
about what might be wrong from the details you gave.

You could try compiling your code to object file form with ADS, and using GNU 
ld to perform the final link step.

p.



_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to