Maeglin
Maeglin

Reputation: 37

Create Own Toolset in Premake5

I am working with different cross compiler compilers, and an evaluation of premake for GCC has proven to be very successful. Now i want to use Premake for cross compiling to different embedded targets and compilers. Is there someone that knows how to extend premake with new compilers, or it is possible already with current functionality in Premake5

Upvotes: 1

Views: 938

Answers (1)

J. Perkins
J. Perkins

Reputation: 4276

If you haven't already, get the latest source code from the GitHub project. Take a look at the existing toolset adapters in src/tools. Read through the "Extending Premake" section of the project documentation. Ask questions on the Premake Developer forums.

Upvotes: 2

Related Questions