Hi,
I am running CE with a range of compiler versions, each with its own set_var.sh to set up the environment around it - which I am not currently calling.
So I was wondering if I could call the appropriate script (for the chosen compiler) prior to doing the compilation.
Looking at the codebase, it seems
buildenvsetup() is where it should happen.
I also notice that the c++.amazon.properties sets a property (a class to use?).
Would anyone be able to explain the mechanism to me - please?
Can I set this per compiler.xyz.buildenvsetup ?
Am I expecting too much from the codebase viz a lot of work needed on my part?!
Thank you.
Bob