PDA

View Full Version : coding C



courtjester199
18-01-2005, 09:49 PM
Hi

As I'm playing around with C for a while, I thought about coding some new functions for my 3310 :grin:

I just want to know if that's the right way:
I have to...
1. compile C code to get hex code. (which compiler should I use?)
2. 'create' this code
3. create a new configID
...

szczuru
19-01-2005, 10:08 AM
Take a look into source scripts in snapshot. All Scripts have "makefile" (In NokiX "DUMPER Mode" select "make.nrx" script & type in parametrs name of the source script folder (if you don't NokiX Compile All of source scripts)

Sorry, I Don't speak English Very Well :(

courtjester199
19-01-2005, 11:38 AM
That means I have to create the makefile by myself, right?

..tried to compile one of the existing code files again and used the makefile I found in same dir, but got this message:


# *-* make
# +++ RC=1 +++
| Der Befehl "make" ist entweder falsch geschrieben oder
| konnte nicht gefunden werden.
# ERROR detected while processing 'fade_leds\'!

# Script error!

szczuru
20-01-2005, 09:04 AM
'fade_leds\' Don't write slash

courtjester199
20-01-2005, 09:52 AM
...tried without slash - same error

:???:

yak
20-01-2005, 01:39 PM
to be able to compile code you have to download NokiX Development Environment from NokiX site (checkout my signature).

courtjester199
20-01-2005, 05:09 PM
Thanks! :-)