Search found 68 matches

by nicola.serreli
Fri Jan 18, 2013 9:46 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Questions about OSEK Standards of the ERIKA!
Replies: 7
Views: 2640

Re: Questions about OSEK Standards of the ERIKA!

Hi, Here are two questions about OSEK standard: 1. About Portablility. As the OS2.2.3 descripted:"One of the goals of OSEK is to support the portability and re-usability of application software."(OS2.2.3- 1.1 System Pilosophy) I was doubted: (1). Dose it means that the app based on ERIAK can run on ...
by nicola.serreli
Mon Dec 31, 2012 7:19 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Build problems with AVR
Replies: 13
Views: 22556

Re: Build problems with AVR

I guess my first step compiling the sample project for ATmega328 is success. Good. I made following changes please review if what I have done is correct. 1. Copied mcu\atmel_atmega128 to mcu\atmel_atmega328 and modified all the references in the header file. Note : the actual content i.e IO map and...
by nicola.serreli
Sat Dec 29, 2012 8:31 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Build problems with AVR
Replies: 13
Views: 22556

Re: Build problems with AVR

Dear Raghavendra, I'm happy to ear that you solve the "make" problem. Again, I do not know similarities and differences between atmega128 and atmega 328. For sure changing the name in the configuration is not a solution, because current version of RT-Druid does not reconize it (once erika starts to ...
by nicola.serreli
Thu Dec 27, 2012 7:17 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Build problems with AVR
Replies: 13
Views: 22556

Re: Build problems with AVR

Dear Raghavendra, the first feeling is that the make command is not the one of provided by cygwin, i.e. a windows program that is not able to understand cygwin paths like makefile:76: /cygdrive/r/MY_PRO~1/Masters/SOFTWA~1/OSEK/ONMICR~1/eclipse/plugins/CO5FA4~1.201/ee_files/pkg/cfg/path_helper.mk you...
by nicola.serreli
Thu Dec 27, 2012 6:45 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: PORT for ARM Cortex M3
Replies: 4
Views: 4085

Re: PORT for ARM Cortex M3

Dear Raghavendra, at this time there is support for cortex M0 and M4. You can find more details about that at http://erika.tuxfamily.org/wiki/index.php?title=ARM_Cortex_MX . I do not know the diference between M0, M4 and M3. Probably to port Erika to the Cortex M3, you can start from the most simila...
by nicola.serreli
Wed Dec 12, 2012 9:39 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Errors met wile using RT-Druid for a Tricode Demo!
Replies: 11
Views: 4147

Re: Errors met wile using RT-Druid for a Tricode Demo!

Hi, please, can you post the code of the generated makefile related to the definition of EEEBASE? You should have, at least, something like: EEBASE := $(shell cygpath `cygpath -ms 'C:\RT-Druid\plugins\com.eu.evidence.ee_2.0.0.20121116_2002\ee_files'`) Please note that the code generated by latest ve...
by nicola.serreli
Tue Dec 11, 2012 11:39 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Task definitin ERROR!!!
Replies: 6
Views: 2174

Re: Task definitin ERROR!!!

Please, note that EEBASE is intended to be used only inside erika makefiles, while ERIKA_FILES is the variable to set in the environment. (of course, this is true if you are using RT-Druid configuration with standard makefiles). See more information at http://erika.tuxfamily.org/wiki/index.php?title...
by nicola.serreli
Fri Sep 28, 2012 9:47 am
Forum: Forum in lingua Italiana (closed)
Topic: Link download driver USb non funzionante
Replies: 1
Views: 11565

Re: Link download driver USb non funzionante

Grazie per aver segnalato l'errore.

Ho aggiornato la pagina del wiki e il file e' raggiungibile su http://www.evidence.eu.com/download/flex/USB_driver.zip

ciao,
Nicola
by nicola.serreli
Wed Aug 15, 2012 10:12 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Porting documentation?
Replies: 8
Views: 3467

Re: Porting documentation?

Hello, I did spend time trying to add include paths to properties->C/C++ General->Code Ananlysis->Paths and Symbols but wasn't successful in removing the eclipse errors. I'm using windows so the forward-reverse slash is also a source of confusion. I will give it another try. Do you mean Project prop...
by nicola.serreli
Fri Aug 10, 2012 6:55 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: C30 Compiling problems
Replies: 25
Views: 10464

Re: C30 Compiling problems

Hello, RT-Druid/Erika Enterprise 1.4.1 is more than 4 years old. It contains less architectures, less features and was tested to work with compilers of that period. The current version is 2.0. You can find it at http://erika.tuxfamily.org/erika-for-multiple-devices.html . Note that this version is j...
by nicola.serreli
Thu Aug 09, 2012 6:16 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: Porting documentation?
Replies: 8
Views: 3467

Re: Porting documentation?

Hello, some of errors in the "Problems tab" are not c/c++ errors, i.e. if you compile the code "using erika makefiles" everything works. This means that makefile provides to compiler/linker/... the correct list of files and defines, but some of them are not visible to eclipse cdt. New versions of RT...
by nicola.serreli
Thu Aug 09, 2012 5:44 pm
Forum: ERIKA Enterprise and RT-Druid v2
Topic: C30 Compiling problems
Replies: 25
Views: 10464

Re: C30 Compiling problems

hi! i m new to RT Druid. I m trying to build a demo project of flex but i m getting the following display..... please help me out. I have given the correct path for the compiler and assembler..... C:\Evidence\bin\mymake_cygwin.bat all MAKE_DIRECTORIES MAKE_DIRECTORIES (after a clean) Hello, which v...
by nicola.serreli
Thu Jun 07, 2012 11:38 am
Forum: ERIKA Enterprise and RT-Druid v2
Topic: No such file or directory
Replies: 2
Views: 1688

Re: No such file or directory

Really strange error.
I have checked the dir path. It is totally correct.
Do you mean that the rules.mk exists at the specified path?
Are you using a template?

Are you using one of the latest builds of RT-Druid/Erika?

Nicola
by nicola.serreli
Fri May 25, 2012 9:34 am
Forum: Forum in lingua Italiana (closed)
Topic: illegal value for MCU_DATA
Replies: 7
Views: 16547

Re: illegal value for MCU_DATA

Ciao, Ok, la mia vista "Active Oil Implementation" è desolatamente vuota :) punto interessante :) Se apri la vista "Error log" o se apri il file .log in workspace/.metadata, sono abbastanza convinto che trovi indicazioni sul fatto che il file stm32.oil contiene un errore: dovresti avere un errore de...
by nicola.serreli
Thu May 24, 2012 7:37 am
Forum: Forum in lingua Italiana (closed)
Topic: illegal value for MCU_DATA
Replies: 7
Views: 16547

Re: illegal value for MCU_DATA

Ciao, l'errore che ti viene mostrato indica che RT-Druid non ha individuato il file stm32.oil. Domanda: stai creando un nuovo plugin o stai usando l'interfaccia grafica per provare al volo la trasformazione xslt? Nel primo caso, fai una copia del plugin esirisc e la metti dentro la cadroppins, stand...