Can GNU arm toolchain generate .axf file or it only generates .elf file ?
Yes, I use the .axf suffix all the time:
$ arm-none-eabi-gcc main.o system.o startup.o -o app.axf