compile_commands.json added
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ openbox_1/
|
|||||||
include.tgz
|
include.tgz
|
||||||
lib.tgz
|
lib.tgz
|
||||||
case.tgz
|
case.tgz
|
||||||
|
.cache/
|
||||||
|
|||||||
19
openflow/compile_commands.json
Normal file
19
openflow/compile_commands.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"arguments": [
|
||||||
|
"/usr/bin/arm-linux-gnueabihf-gcc",
|
||||||
|
"-c",
|
||||||
|
"-I./include",
|
||||||
|
"-I",
|
||||||
|
"/usr/share/verilator/include",
|
||||||
|
"-I",
|
||||||
|
"/usr/share/verilator/include",
|
||||||
|
"-o",
|
||||||
|
"user_openflow",
|
||||||
|
"main_user_openflow.c"
|
||||||
|
],
|
||||||
|
"directory": "/home/gh0s7/project/NE_YuR/openflow",
|
||||||
|
"file": "/home/gh0s7/project/NE_YuR/openflow/main_user_openflow.c",
|
||||||
|
"output": "/home/gh0s7/project/NE_YuR/openflow/user_openflow"
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user