![Phytec phyBoard Wega AM335x Application Manual Download Page 102](http://html1.mh-extra.com/html/phytec/phyboard-wega-am335x/phyboard-wega-am335x_application-manual_1554191102.webp)
phyBOARD-Wega AM335x [PB-00802-xxx]
86
©
PHYTEC Messtechnik GmbH 2014 L-792e_1
The current working directory of the shell should change to build/ and you are now ready
to build your first images.
Build the BSP:
bitbake
phytec
‐
qt5demo
‐
image
Generate the SDK needed for
Eclipse
and
Qt Creator
:
bitbake
phytec
‐
qt5demo
‐
image
‐
c
populate_sdk
Install the SDK into the recommended default directory:
deploy/sdk/yogurt
‐
glibc
‐
*.sh
4.5.1.5
Setting up Eclipse and Integrate Plug-ins
The instructions in this chapter show how to setup
Eclipse
and integrate the
C/C++
plug-in.
Thus you will be able to assign your own programs, written in
Eclipse
, to the target.
First of all you have to create a workspace folder, in which you can save your
Eclipse
projects.
In this example we create the workspace in the /opt/ directory as it is in the virtual
machine:
mkdir
–p
/opt/prj_workspace/Eclipse