-
Notifications
You must be signed in to change notification settings - Fork 0
Home
daicoden edited this page Sep 13, 2010
·
2 revisions
When developing hardware with multiple processors it is sometimes hard to have good code generation for things like communication constants between projects because each development environment works a little bit differently. Usually there is a pre-build command that you can set and a shell script would work great, except most IDEs for hardware are built for windows.
Given this pre-pre-processor is meant for an environment where the machine is VMd or over a KVM switch in which all the code is stored on one machine. The code is accessed by the different environments via shared drives. Whenever a project is built, the server running on the server with the code will execute pre-build scripts.