Hello,
I'm working on Tizen 9.0.
I want to add some log messages to the source code to understand how it works.
However I can not compile it. it seems like gbs downloads binaries and creates root filesystem from them.
Even though I intentionally created compile errors, gbs completed the compile without any error messages.
The following is the command I used.
- gbs build -A aarch64 --thread=4
Could you please let me know how to compile individual packages in Tizen.
I found the solution. I compiled it using one of the following methods.
- it seems that gbs compiles only committed files. After committing, the files were compiled.
- gbs compiles uncommitted files with "--include-all" option.
Best Regards,