so all the required files are already present. Then you may import *linux-elphel* as
```
'existing Git project' in Eclipse (you need either Eclipse for C/C++ development or intall [CDT
##Generating links and headers
plugin](https://eclipse.org/cdt/) separately.
Links between project tree and kernel source tree are generated by Bitbake during 'link' task when using `meta-elphel393`. Some required header files are automatically generated during the build process.
```
. ./oe-init-build-env
bitbake linux-xlnx -c clean -f
bitbake linux-xlnx -c link -f
bitbake linux-xlnx -f
```
##Importing project into Eclipse
Run Eclipse from its location directory and provide additional heap memory to it.
```
./eclipse -vmargs -Xmx4G
```
or just edit eclipse.ini (same directory as eclipse executable) and make sure -Xmx has at least 4G
- File → Import... → General → Existing Project into Workspace
Do not run `bitbake linux-xlnx -c clean` while the project is open in Eclipse - this command