i want to move form keil to linux on my some project, I have .uvprojx file and .uvoptx fiels. I want to convert it into makefile and also need to genertate the linker file for the same.
Can any body please help?
Well, that's a 3rd-party site - nothing to do with Keil ot ARM.
If you want support with that, you will have to contact the author.
But the examples from Nordic should give you enough to understand what to do ...
That site is rather out-of-date now (using SDK 14)
okay thanks for the help
I am trying to make the Makefile by own using that .uvprojx file.
Start with one of the known-working makefiles from Nordic.
Then you just need to add any extras specific to this code.