We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Now i am stuck in another issue. I was able to build a static binary as mentioned . but now The binaries which i built are all seg faulting in the target. A statically linked binary segfaulting in the target baffles me .
I have another question. Like you said the options in the config file are implicit options provided to the compiler. But now when i compile i give the path to the config file ( xml file) and there are some options in it which was automatically configured. You said it depends on the options which you give inthe comand line depending on which it will be decided that whether the options are to be taken or not. now armcc by default produces a static binary until u give the option --shared. Problem is my config file has this option called --shared which is why it produces a dynamic lib. how can i tell the compiler not to take this option ? \If this works i need not work around using translate_gcc