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?
Andy Neil said: Nordic Semiconductor nRF chip ?
Yes I am using a Nordic Chip , and yes it has provided me examples . But I want to execute this https://github.com/Martinsbl/nrf5-mpu-examples , it does not have linker fie as well as make file.
it does have that uvprojx file and .uvoptx files.
I need Makefile
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.