summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxxy <[email protected]>2022-04-11 15:57:26 +0800
committerxxy <[email protected]>2022-04-11 15:57:26 +0800
commit8c5e4c1dbb3d8bea6d217fc880df16ab0e14318f (patch)
tree47c36f9ceb11e5ec69180037e1c027bd033bfc1b
parentf20fa04c4553c6140dc8dc49e55fa282d2360ece (diff)
complie the sample file succefully
-rw-r--r--tools/uintr/sample/Makefile3
-rwxr-xr-xtools/uintr/sample/uipi_samplebin0 -> 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
new file mode 100755
index 000000000000..707e54b0c846
--- /dev/null
+++ b/tools/uintr/sample/uipi_sample
Binary files differ