Author Topic: How do I build multiple files each compiler invocation? ARMCC license slowness..  (Read 1953 times)

barnie82

  • New Community Member
  • Posts: 1
  • Hero Points: 0
The ARMCC executable checks out a lmutil license EVERY(!) time it get's called (floating license) and there's no way to "borrow" a license. Since SE calls ARMCC once for every file it builds, this leads to painstakingly slow builds; especially when I'm connected over VPN. A local build takes about 6 min but over VPN it takes more than 25min; all because the constant license checkout craziness  :o :o :o

The solution is to build multiple files for each ARMCC invokation => Can anyone please tell me how to instruct SE to build multiple files for each compiler call? (I'm using SlickEdit 2011 (v16.0.3.0 64-bit))
« Last Edit: August 11, 2015, 08:32:03 PM by barnie82 »

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6826
  • Hero Points: 526
Can you post a small sample workspace and project? I don't need a real source. Just something that shows how you build now.