X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fbuild-sdk-quick.txt;fp=doc%2Fbuild-sdk-quick.txt;h=3780dec393a6ac24bf7792ddaf1667c24e37f624;hb=5ee26f872208417e7e2ea32eb0a98e0d9419e6e7;hp=0000000000000000000000000000000000000000;hpb=d71de631d9030153323fab02fe3dfb53613a36eb;p=dpdk.git diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt new file mode 100644 index 0000000000..3780dec393 --- /dev/null +++ b/doc/build-sdk-quick.txt @@ -0,0 +1,21 @@ +Basic build + make config T=x86_64-default-linuxapp-gcc && make +Build commands + config get configuration from target template (T=) + all same as build (default rule) + build build in a configured directory + clean remove files but keep configuration + install build many targets (wildcard allowed) in fixed directories + uninstall remove all installed targets +Build variables + CROSS toolchain prefix + EXTRA_CPPFLAGS preprocessor options + EXTRA_CFLAGS compiler options + EXTRA_LDFLAGS linker options + RTE_KERNELDIR linux headers path + V verbose + D debug dependencies + O output directory (default: build/) - cannot be used with install + T target template (install default: *) - used with config or install + format: + templates in config/defconfig_*