Hello, I am following readme.md file to build Whitebox SDK for spider (https://github.com/renesas-rcar/whitebox-sdk/blob/v5.x/README.md)
So, in the first build reported error such as:
My step:
- Step 1: Setup
sudo apt install git git clone github.com/.../whitebox-sdk.git -b v5.x- Step 2: Tool setuphttps://www.renesas.com/us/en/software-tool/c-compiler-package-rh850-family#download
sudo apt install git git clone github.com/.../whitebox-sdk.git -b v5.x- Step 2: Tool setup
Save the downloaded file (CC-RH_V20500_setup-doc.zip) in the "tool" folder and execute the following command
cd whitebox-sdk/tool cp <download directry>/CC-RH_V20500_setup-doc.zip . ./setup_whitebox.sh- Step 3: Build cd whitebox-sdk ./build_whitebox_v5.0.sh spider
Hello Huy,Sorry for inconvenience.User's manual for v5.0 has been uploaded today.Please see that manual to use whitebox SDK v5.0.https://www.renesas.com/whitebox-sdk#documents
And ,thank you for the report.Build procedure has chagned since v5.0 but we forgot to update the readme.We will update the readme on github as soon as possible.
Hello,Sorry for the late reply. I haven't been following it for a while because I have higher priority tasks. As you suggested, I followed the manual above, this issue was resolved. Now I am facing another issue in the first build report error as below terminal:
I followed the latest readme on github. What you have any information for this ? Thank you for your support, If you have any question for me, let me know it.Huy Nguyen
Hi,I think following FAQ helps you.What are the Host PC specifications required to build the R-Car S4 Whitebox SDK? | Renesas Customer HubIn my experience, build failure on building aws-sdk-cpp may be caused by memory shortage.So, please check your build environment.
Thank for your support. I have built successful after following FAQ to increate swapfile memory (from 4.1GB to 20GB), due to my memory ram is 16GB.