Working with the Source Code
Source code questions
When building YumaPro SDK from source code the build flag EVERYTHING includes all optional code modules in the build. New features are constantly being ...
Mon, 21 Nov, 2022 at 3:44 PM
This article is obsolete. Use the online YumaPro Source Code Guide instead. https://docs.yumaworks.com/en/latest/ypsource/index.html README Sec...
Mon, 21 Nov, 2022 at 5:06 PM
Yumapro SDK programs do not use automake generated makefiles at this time.
However, there are some standard make variables and targets supported
V...
Fri, 29 Sep, 2017 at 9:26 AM
The Makefiles in the netconf/src/* sub-directories get most of their rules and definitions from an include file located in netconf/src/platform/platform.p...
Wed, 28 Mar, 2018 at 2:16 PM
All YumaPro SDK C sources files use a common H file to set basic definitions such as malloc and free, bit definitions, and all basic C data types (e.g. ui...
Mon, 2 Apr, 2018 at 4:10 PM
The easiest way would be to build the server with extra debugging make DEBUG=1 DEBUG2=1 You can also alter the way netconf-subsystem-pro is launche...
Mon, 2 Apr, 2018 at 4:10 PM
Overview The PetaLinux toolkit can be used to build the YumaPro SDK code for Xilinx target boards. The 19.10-16 and 20.10-4 releases fully suppo...
Sat, 19 Dec, 2020 at 9:41 AM