Hi,
I have a build script which works in 1.12:
toolChains {
crossCompiler(Gcc) {
assembler.executable = 'yasm'
}
}
but it doesn’t work in 2.5+, showing the following error message:
* What went wrong:
A problem occurred configuring root project 'aes'.
> Exception thrown while executing model rule: model.toolChains
> Could not find property 'assembler' on Tool chain 'crossCompiler' (GNU GCC).
Any help here?
Thank you in advance,
M.