I am using the Green hills software with Multi IDE,created a simple project called helloworld,after compiling this project getting default.gpj file,
I want to convert this default.gpj file to Makefile, I am using the gpjmodify utility with below command “gpjmodify default.gpj -generate_makefile”, but after giving this command in DOS getting a error message
“gpjmodify is not an internal and external command” ,
please help, how to solve this issues and how to convert default.gpj file to makefile using gpjmodify utility,
How to enable the gpjmodify utility in green hills software?
“gpjmodify is not an internal and external command”
this means you do not have gpjmodify in your PATH variable. Either add folder containing it to the path or call it explicitly with full path like “c:\GHS\bin\gpjmodify default.gpj -generate_makefile”
honestly, I am not sure GHS is still alive. I’d recommend switching to GNU compiler. You’d be able to use a much newer version of Netos this way. We stopped supporting GHS in Netos 7.4, which at this point is full of bugs and security vulnerabilities.