Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jan Knuts

Pages: [1]
1
Developers Corner / Re: Setting up the development equipment
« on: 26.02.2007 at 11:16:53 »
Reply to my own question.
..

make: *** No rule to make target `uartISR.c', needed by `uartISR.o'.

.. etc

This is a message that just tells you that the file `uartISR.c' can not be found.
I had the c-files in "project/src" but the makefile expected the files to be in "project"

I did this mistake because I followed examples on: http://www.yagarto.de/howto/yagarto1/index.html#htu
where they have a src directory for source-code (and suitable makefiles) and I looked on that but had my own makefile.

Problem solved.

Tips: using -d  when using make gives extra debug output.
example:
make all -d


2
Developers Corner / Re: Setting up the development equipment
« on: 23.02.2007 at 15:22:33 »
Hello

1. Compiling yamppPod using Eclipse works for me.

2. Problem occurs when I use an WinARM makefile for another project.

Output from a dos window below,  is the same as from eclipse:
make clean is OK:

C:\Jobb\ARM\eclipse1>make -k all

-------- begin (mode: ROM_RUN) --------
arm-elf-gcc (GCC) 4.1.1
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

make: *** No rule to make target `uartISR.c', needed by `uartISR.o'.
make: *** No rule to make target `armVIC.c', needed by `armVIC.o'.
make: *** No rule to make target `timerISR.c', needed by `timerISR.o'.
make: *** No rule to make target `gps.c', needed by `gps.o'.
make: *** No rule to make target `main.c', needed by `main.o'.
make: *** No rule to make target `NokiaLCD.c', needed by `NokiaLCD.o'.
make: *** No rule to make target `uart.c', needed by `uart.o'.
make: *** No rule to make target `spi.c', needed by `spi.o'.
make: *** No rule to make target `adc.c', needed by `adc.o'.
make: *** No rule to make target `Jans_arm.c', needed by `Jans_arm.o'.
make: *** No rule to make target `xsprintf.c', needed by `xsprintf.o'.
make: *** No rule to make target `timer.c', needed by `timer.o'.
make: *** No rule to make target `rotenc.c', needed by `rotenc.o'.
make: *** No rule to make target `syscalls.c', needed by `syscalls.o'.
Errors: none
-------- end --------

make: Target `all' not remade because of errors.

C:\Jobb\ARM\eclipse1>

My Windows and path:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corporation

C:\>path
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program\Java\jre
1.5.0_07\bin;C:\Program\openocd-2006re115\bin;C:\Program\openocd-2006re115\utils
\bin;C:\Program\yagarto\bin

C:\>

Even Jespers modified makefile give the same result.

I want to test some new code with another CPU: (LPC2119) but I want to use Eclipse instead of WinARM.

Any ideas what is wrong?

3
News and Release info / Re: We have a lift off !
« on: 14.02.2007 at 11:24:57 »
javascript:void(0);
Smiley
My yamppPod have now lifted off. Playing music now.
A call to Jesper, out bying a microSD card (512MB SanDisk) ,follow the instructions supplied with the player have got me so far.
1. I started the player without memory-card and I could not turn the player off. Inserting a card with the player powered on unlocked it. (as Jesper said to me)
2. I reformatted the memory card to FAT32 (properties showed FAT  from the beginning)  Copied the file structure to the memory card, with folders games,music,photos,plugins,system,themes and their contents. Put the music in the music folder.  I did this with my laptop which has a built in card-reader. All these instructions can be read if you follow the instructions and links supplied with the player. This is my first player and post to the forum.
My main interest is learnig ARM and AVR processors and programming. I will order a developer kit when available. I have an ARM LPC2119 running, using a 3310 display from Jelu-shop. I use WinARM, have an Amontec J-Tag debugger interface. Code for reading GPS-messages is working. Putting that code into the yamppPod is one idea.

I wish Jesper all luck with his yampp-buisness, this is great !

Jan

Pages: [1]