compiler licensing issue in scons -


am using scons renesas compiler.

i able compile , link project. while linking getting following message:

"software license problem:internal error in licensing or accessing feature unknown"

even though have trial license of renesas compiler.

i able generate executable (.abs file renesas) small application above message. when tried create executable bigger application getting following message while linking:

"software license problem:internal error in licensing or accessing feature unknown" maximum link size limited 64kb code+data.

i tried creating executables above appliations using scons on machine has valid renesas license. on machine saw same messages , not able generate .abs file. ( in machine able create executables without using scons)

can 1 me in overcoming issue. don't have clues whether message getting scons or renesas tool chain.

thanks

it's possible tool chain sets environment variables telling compiler find licence files. scons wipes out environment, pretty much, , may not propagating information needs.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -