Re: [CMake] Add VisualDSP4 project file generator

2007-06-20 Thread Alexander Neundorf
On Wednesday 20 June 2007 09:37, Raphael Cotty wrote: > Hi, > I have this CMakeLists.txt: > PROJECT( CMakeTest ) > > SET( CMAKE_SYSTEM_NAME Generic ) > > # specify the cross compiler > SET( CMAKE_C_COMPILER ccblkfn ) > > # where is the target environment > SET( CMAKE_FIND_ROOT_PATH "G:/tools/Analog

Re: [CMake] Add VisualDSP4 project file generator

2007-06-20 Thread Raphael Cotty
Hi, I have this CMakeLists.txt: PROJECT( CMakeTest ) SET( CMAKE_SYSTEM_NAME Generic ) # specify the cross compiler SET( CMAKE_C_COMPILER ccblkfn ) # where is the target environment SET( CMAKE_FIND_ROOT_PATH "G:/tools/AnalogDevices/VisualDSP4.5/Blackfin" ) I have put *Generic-ccblkfn-C.cmake *a

Re: [CMake] Add VisualDSP4 project file generator

2007-06-14 Thread Raphael Cotty
Hi Alexander, On Thursday 14 June 2007 05:49, Raphael Cotty wrote: > Hi, > I started to add a new generator for VisualDSP++ project files. > VisualDSP++ is a IDE for embedded processors (Blackfin, SHARC and > TigerSHARC). Cool :-) It would be nice if we get this working, but this will be quite

Re: [CMake] Add VisualDSP4 project file generator

2007-06-14 Thread Alexander Neundorf
Hi Raphael, On Thursday 14 June 2007 05:49, Raphael Cotty wrote: > Hi, > I started to add a new generator for VisualDSP++ project files. > VisualDSP++ is a IDE for embedded processors (Blackfin, SHARC and > TigerSHARC). Cool :-) It would be nice if we get this working, but this will be quite some

[CMake] Add VisualDSP4 project file generator

2007-06-14 Thread Raphael Cotty
Hi, I started to add a new generator for VisualDSP++ project files. VisualDSP++ is a IDE for embedded processors (Blackfin, SHARC and TigerSHARC). The first file to create is the project group xml file which looks like that: tata

[CMake] Add VisualDSP4 project file generator

2007-06-14 Thread Raphael Cotty
Hi, I started to add a new generator for VisualDSP++ project files. VisualDSP++ is a IDE for embedded processors (Blackfin, SHARC and TigerSHARC). The first file to create is the project group xml file which looks like that: tata

[CMake] Add VisualDSP4 project file generator

2007-06-13 Thread Raphael Cotty
Hi, I started to add a new generator for VisualDSP++ project files. VisualDSP++ is a IDE for embedded processors (Blackfin, SHARC and TigerSHARC). The first file to create is the project group xml file which looks like that: tata