How to compile tizen source code

How to compile tizen source code

BY 26 Feb 2025 General Support

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.

  1. it seems that gbs compiles only committed files. After committing, the files were compiled.
  2. gbs compiles uncommitted files with “–include-all” option.

 

Best Regards,

Written by