UUU compile

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

UUU compile

2,493 Views
carolyn_zhang
Contributor II

Hi,

I used VS2019 compile uuu-1.3.191 on Win10. However, I got error as below:

Could some one sent me the file 'gitversion.h'? Thanks.

Labels (2)
0 Kudos
8 Replies

2,341 Views
carolyn_zhang
Contributor II

Can no one help? I think it is an easy thing for NXP guys.

0 Kudos

2,341 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Sorry for late reply, Because  you have not installed the git window, without which it doesn't generate the gitversion.h.

For build uuu you can see this document.

0 Kudos

2,339 Views
carolyn_zhang
Contributor II

Hi,

Could any one give me any advices, please? Thanks.

0 Kudos

2,339 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

See this

0 Kudos

2,340 Views
carolyn_zhang
Contributor II

Hi, Rita,

I had read the pdf, and I knew how uuu used. I just want to compile uuu using VS, and then I will do some debug. I need gitversion.h which is used by libuuu/version.c.

Thanks.

0 Kudos

2,340 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

I do not have it in my PC. I will confirm it and give you reply next week.

0 Kudos

2,340 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

We could not see your error information.

UUU is an evolution of MFGTools. The attachment is an introduction of UUU. Please download uuu.exe and follow the UUU introduction.

 

Here are some running examples. If you are not familiar with uuu, you can refer to them firstly.

 

Under Windows (should be as admin):

  • For SD card:
    • Linux:  
      • .\uuu -b sd_all imx-boot-imx8mmevk-sd.bin-flash_evk fsl-image-validation-imx-imx8mmevk.sdcard
  • For EMMC:
    • Linux: 
      • .\uuu -b emmc_all imx-boot-imx8mmevk-sd.bin-flash_evk fsl-image-validation-imx-imx8mmevk.sdcard
      • or
      • .\uuu.exe uuu.auto 
    • Android:  
      • .\uuu_imx_android_flash.bat -f imx8mm -u trusty

 

Under Linux:

  • For EMMC
    • Linux:
      • sudo .\uuu uuu.auto

 

If you download BSP release from nxp.com, you could find a file uuu.auto in the package. This is a preset script that can be executed directly (default for EMMC). You could change the script based on your requirement. Copy the uuu.exe under the release package, then execute the instructions.

0 Kudos

2,340 Views
carolyn_zhang
Contributor II

Sorry to find that the picture was not showed. The errors are:

Error (active) E1696 cannot open source file "gitversion.h" libuuu D:\Test\DBSMX8X\UUU_1.3.191\uuu-1.3.191\libuuu\version.cpp 32 

Error C1083 Cannot open include file: 'gitversion.h': No such file or directory libuuu D:\Test\DBSMX8X\UUU_1.3.191\uuu-1.3.191\libuuu\version.cpp 32 

0 Kudos