Rockbox Development > Starting Development and Compiling

How to compile ZenUtils?

(1/1)

afrob:
Hi guys,

I want to try the Rockbox at my Creative Zen Mozaic so I need to unpack the firmware-package.
Downloaded the latest trunk from your svn server and followed the readme.

Installed CMake and let it make system pathes for currrent user only (this should be enough) and now tried the following command:

zenutils\build\>cmake -g "Visual Studio 8 2005"

this doesn't work for me :(

converted the "-g" from lower to upper case (found this information in the documentation of CMake) and now the following error pops up:


--- Quote ---CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 8 2005".
CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: Could not find cmake module file:C:/zenutils/CmakeFiles/CMakeCCompiler.cmake
CMake Error: Could not find cmake module file:C:/zenutils/CMakeFiles/CMakeCXXCompiler.cmake
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 2.8 )

should be added at the top of file. The version specified may be lower if you wish to support older CMake versions for this project.
--- End quote ---

Don't know what to do because I haven't compiled anything in my life :D
Hope you can help me, thanks in advance

greetings Afrob

edit
I'm using Windows 7 Ultimate x64 or alternatively WinXP Mode and CMake v2.8.

saratoga:

--- Quote from: afrob on July 13, 2010, 11:12:14 AM ---Don't know what to do because I haven't compiled anything in my life :D
Hope you can help me, thanks in advance

--- End quote ---

If you're not a programmer theres probably not much point in doing this.  Even if the tool works on your player without modification all its going to do is give you a bunch of machine code which you'll then need to be able to reverse engineer.

Navigation

[0] Message Index

Go to full version