Book a Demo

Author Topic: generating code  (Read 3205 times)

Steve Blackwell

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
generating code
« on: March 04, 2014, 09:35:33 am »

I'm an EA newbie coming from the world of Rhapsody.
I saw that there is a Rhapsody import function so I created the obligatory helloWorld project in Rhapsody and then imported it into EA.
My question is about Makefiles. Can EA create one and if so how? I didn't find the help in Software Engineering->Generate code particularly helpful. Is there any other documentation I can read?
The EA version I have at the moment is quite old 9.3 but I will upgrade at some point.

Thanks,
Steve

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: generating code
« Reply #1 on: March 04, 2014, 11:40:05 am »
EA can't natively. I guess you could write a code generator using EA's code gen script. At least it would be possible with a (complex?) script.

q.

Steve Blackwell

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Re: generating code
« Reply #2 on: March 05, 2014, 05:21:39 am »
That sounds like too much work.  :P
I'll just write my own or modify the one generated by Rhapsody.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: generating code
« Reply #3 on: March 05, 2014, 06:13:37 am »
That's probably the best way to go. Except you need to do that on a regular basis for many models.

q.