hello. I'm new to Guiliani.I am trying to use Guliani V2.4 with a Renesas evaluation board. I have licensed Prepaid by Renesas and registered it in the SDK. Looking at the GSE HELP, it looks like it's set up correctly.When executing GSE emulation, if the number of TEXT exceeds 30, it will not be displayed on the screen. Also, it is not displayed on the evaluation board either.If you have a solution, please let me know.
Hello tomi2791,
the prebuilt simulator-binary contained in the Guiliani-SDK is not aware of your license, thus you will need to rebuild the simulator and the application running on the evaluation board after you have activated the license-code.
For the simulator you will need to insert
CGUI::SetGuilianiLicenseKey("your key");
in the file <SDK-root>/<Binary>/Common/Source/Platform/win/pc/StreamRuntime.cpp before the call to kStreamRuntime.LoadConfiguration().
For the binary on the evaluation-board the file is
<SDK-root>/<Binary>/Common/Source/Platform/FreeRTOS/StreamRuntime_XXX_FreeRTOS.cpp before the call to kStreamRuntime.LoadConfiguration().
Best Regards,
Guiliani Support
Thank you.All my problems have been solved.