[SPDK] Pay attention on the recent binary code location change in SPDK
Yang, Ziye <ziye.yang at intel.com>
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <BN6PR11MB40817883BCEDFE76E5D18F72FF980@BN6PR11MB4081.namprd11.prod.outlook.com> |
Hi all, Recently, there are some patches in SPDK master branch to move the complied binary code into different locations, e.g., 1. Application binary in "spdk/app" folder are moved to "spdk/build/bin" folder, 2. Some related binary code from "spdk/examples" folder are moved to spdk/build/examples folder 3. Two Fio plugin binary code are moved to spdk/build/fio folder. Pay attention on these changes if you use SPDK master branch to conduct code development or debugging work. Best Regards Ziye Yang