Search found 6 matches

by iakrout
Wed Sep 04, 2019 2:32 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: TASKING TriCore VX-toolset integration
Replies: 1
Views: 4370

TASKING TriCore VX-toolset integration

I am working with TC264 B-step). I installed Eclipse +ERIKA OS on a ubuntu 16.04 LTS Virtual machine and I added the the TASKING TriCore VX-toolset using wine for installation. The problem is that Eclipse didn't find the tasking compiler. I tried to correct the path, but still not found. Is there an...
by iakrout
Fri Apr 05, 2019 2:47 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: logout without integrating the iLLD
Replies: 0
Views: 3505

logout without integrating the iLLD

Hello,
I am working on TC264DE B-step project. I want to make a Hello world project using ERIKA os v3.
My question is about #include <stdio.h>, is this library supported by EEv3 or not.
Are we able to logout (like printf) without integrating the iLLD?
best regards.
by iakrout
Fri Apr 05, 2019 2:46 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: logout without integrating the iLLD
Replies: 0
Views: 4708

logout without integrating the iLLD

Hello,
I am working on TC264DE B-step project. I want to make a Hello world project using ERIKA os v3.
My question is about #include <stdio.h>, is this library supported by EEv3 or not.
Are we able to logout (like printf) without integrating the iLLD?
best regards.
by iakrout
Tue Apr 02, 2019 10:45 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Generate .hex file
Replies: 3
Views: 3551

Re: Generate .hex file

Hello,
In the ee.mk file modify the "TARGET := $(TARGET_NAME).hex" , add "export APP_TARGETS := $(TARGET_NAME).hex" (L241) to the ee_arch_compiler_gcc.mk file.

In the ee_arch_rules.mk add "$(TARGET_NAME).hex: $(TARGET_NAME).elf
$(EE_OBJCOPY) -O ihex $< $@ "
by iakrout
Tue Apr 02, 2019 10:41 am
Forum: ERIKA Enterprise and RT-Druid v3
Topic: AURIX flashing using Linux Host
Replies: 1
Views: 2766

AURIX flashing using Linux Host

Hello, I am working on Aurix TC264DE B-step with ERIKA v3 project. After compiling and generating .hex file, I want to flash the program file using Memtool 4.6. I am using a Linux Host machine with wine, but I can't connect to the target. There are the errors figured in Memtool 4.6 : Message from co...
by iakrout
Fri Mar 29, 2019 3:41 pm
Forum: ERIKA Enterprise and RT-Druid v3
Topic: Generate .hex file
Replies: 3
Views: 3551

Generate .hex file

Hello, I am working on programming Aurix TC264 B-step. After compiling with Hightec Toolchaine Erika os v3, I obtained .elf format. I want to generate .hex.
thanks