diff options
| author | xxy <[email protected]> | 2022-04-11 15:57:26 +0800 |
|---|---|---|
| committer | xxy <[email protected]> | 2022-04-11 15:57:26 +0800 |
| commit | 8c5e4c1dbb3d8bea6d217fc880df16ab0e14318f (patch) | |
| tree | 47c36f9ceb11e5ec69180037e1c027bd033bfc1b | |
| parent | f20fa04c4553c6140dc8dc49e55fa282d2360ece (diff) | |
complie the sample file succefully
| -rw-r--r-- | tools/uintr/sample/Makefile | 3 | ||||
| -rwxr-xr-x | tools/uintr/sample/uipi_sample | bin | 0 -> 1496104 bytes |
2 files changed, 2 insertions, 1 deletions
diff --git a/tools/uintr/sample/Makefile b/tools/uintr/sample/Makefile index 1f5042ba5d5d..b7da6d1835c9 100644 --- a/tools/uintr/sample/Makefile +++ b/tools/uintr/sample/Makefile @@ -1,4 +1,5 @@ -CC = $(CROSS_COMPILE)gcc +# CC = $(CROSS_COMPILE)gcc +CC = gcc-11 BUILD_OUTPUT := $(CURDIR) PREFIX ?= /usr DESTDIR ?= diff --git a/tools/uintr/sample/uipi_sample b/tools/uintr/sample/uipi_sample Binary files differnew file mode 100755 index 000000000000..707e54b0c846 --- /dev/null +++ b/tools/uintr/sample/uipi_sample |
