The IDE does not include a project manager. That is, it includes a Project Explorer
where you can add folders and files to a project - but it does not automatically
convert your project settings into a compilation script (a Makefile).
Though it can generate a simple Makefile for your project, you will most likely
want to use an existing or construct your own build scripts.
Once ready for compilation, the BVRDE system can
take over and assist in issuing compilation commands and do interactive debugging.
Even though local files can be added to a project in the IDE, the primary support for file
management is through a FTP or SFTP connection. The IDE will connect using FTP
to the remote target to fetch and store files.
This means that all files are stored on the remote target. No resources are needed
on your local Windows PC - there is no need to install anything locally.
Continue with Editing
Go back to Features
|