Project Building with Code_Red Eclipse IDE
Hallo Everybody
I would be pleased with some help about the Code_Red IDE and a simple application just to understand the development flow. The reasoning behind is the luck of proper documentation from Code_Red. Please keep your answers compact as your hearts...
Actual Resources: Stellaris® LM3S1968 Evaluation Board running on Windows XP, Eclipse Code_Red development C/C++ Language Application Definition: The user tries to create a simple application for the board. The application will be incremental: First sending some output, then receiving some input... we all know the story. Task Development: 1. The user creates a new C-project with the DriverLib project template. 2. In order to use the hardware resource of display he will copy from another project library folders Display, Utilities. 3. In addition he will go to the properties window and add to the C/C++ Build section, Tab: Tool Settings, the local workspace directories that are in the section "MCU CompilerDirectories". 4. He will add the libraries in the actual main code 5. He will include via the switch in properties section, the libraries to the build process. Problem definition : During the execution of Filemenu->Project->Build Project, the icons appear in the library folders are <> meaning theat different build properties exists than the rest of the project. The project will not debug/run.
Comment: This is I suppose the part of the story that I need help. In the old times (i.e. Borland 4.92 Compiler) The flow was rather simple (Edit, Compile, Build) but I suppose much of these changed since.
@Luminary Micro Engineers : Is it possible to make a document about development flow with an IDE in C/C++ according to the current development tools? Something similar to the file development provided from FPGA tools?
Sincerelly
Chris
login or register to reply
|