The greenhills tag has no wiki summary.
8
votes
2answers
739 views
GCC vs Greenhills on ARM
I'm interested in any comparisons between GCC and Greenhills C compiler with regard to memory footprint of generated code specifically on ARM platforms.
Are there any benchmarks or comparisons for ...
6
votes
3answers
237 views
Continuous build infrastructure recommendations for primarily C++; GreenHills Integrity
I need your recommendations for continuous build products for a large (1-2MLOC) software development project. Characteristics:
ClearCase revision control
Approx 80% C++; 15% Java; 5% script or ...
2
votes
4answers
210 views
How to declare a C array that takes up all free space in a memory section?
Assume I have a 128KB memory region. In my linker directives I split this region into three sections:
.section_text
.section_data
.section_bss
The size of each section is unknown pre-compilation, ...
2
votes
1answer
166 views
Compiling with gcc and debugging with greenhills debugger
I am a newbie to debugging. I compiled my project with gcc and i am trying to debug it with a greenhills debugger. when i try to debug it, i get an error "unreadable memory" in greenhills.
Anyone know ...
1
vote
2answers
146 views
Strange behavior for X.cpp/X.hpp files in Integrity
I'm having a project which compiles perfectly with gcc, but fails to compile under Greenhills Integrity environment.
The problem boils down to this three files:
MyVector.cpp // contains function ...
1
vote
4answers
373 views
Multiply defined linker error using inlined functions
The linker is reporting multiply defined errors for an inline function.
I have the following code in a header file:
struct Port_Pin
{
volatile uint32_t * port_addr_set_value; //!< ...
1
vote
1answer
388 views
GreenHills - small data area overflow
I'm hoping maybe someone has a quick answer for this but essentially when I turn on optimizations, I get the following error:
[elxr] (error) small data area
overflow: 0xfff9f6fc (signed) didn't
...
1
vote
2answers
497 views
Embedded wxWidgets for ThreadX OS
I'm working on an embedded system using ThreadX. The project will involve a GUI.
I'm looking for a port of wxWidgets for embedded on ThreadX operating system.
My search has turned up wxWidgets ...
0
votes
0answers
18 views
where does “MemoryRegion” is defined in GreenHills [closed]
I need to know where does "MemoryRegion" is defined for Greenhills?
For example Value is Typedefined as unsigned long in Integrity_types.h
Regards
S.Naveen Kumar
0
votes
0answers
82 views
Green Hills Probe: Flash download is not working on NXP LPC2368 controller
we started working on a embedded project with the NXP LPC 2368 controller (ARM 7 TDMI-s).
We use the Green Hills compiler and debug probe.
Unfortunately we are not able to download the linked ...