Hello,I am referring same doc but as I want to build static library.I have selected ARM Linux Executable option in ARM realview project selection.I have tried to build with following option in RVDS IDE.Compiler option: --cpu=Cortex-A8 --no_unaligned_access --arm_linux_config_file=../arm_linux_config.xmlAssembler option : --cpu=Cortex-A8 --no_unaligned_accessLinker option: -L--partial -L--cpu=Cortex-A8 --arm_linux_config_file=../arm_linux_config.xmlI am getting following error:: .....................armlink : warning L6914: option sysv ignored when using --partial.armlink : warning L6029: Relocation #REL:0 in crtn.o(.ARM.exidx.init) is wrt invalid/missing symbol.armlink : warning L6029: Relocation #REL:0 in crtn.o(.ARM.exidx.fini) is wrt invalid/missing symbol.armlink : Internal fault: [0x8e8621:RVCT4.0 [Build 591]]armlink : Finished: 0 information, 4 warning and 0 error messages.Build error occurred, build is stoppedHere,What are other option i need set in compilation, assembler and linker so it build as library ?Thanks,