1
ATMELTM AT91SAM7X and AVR32 / Re: Rowley GCC Crossworks project available
« on: February 26, 2008, 10:54:37 PM »
When I compile wit CrossWorks I get this error:
Linking uTaskerV13.elf — 1 error
MB Flash Debug/SAM7X.o: In function `main':C:/sam7/uTaskerV1.3.0_SAM7X_licenciran/Applications/uTaskerV1.3/Rowley_SAM7X/../../../Hardware/SAM7X/SAM7X.c:184: undefined reference to `_end'
The problem is in this code:
#else
extern unsigned char _end;
#define HEAP_START_ADDRESS &_end // GNU last location of static variables
#endif
What I should do?
Linking uTaskerV13.elf — 1 error
MB Flash Debug/SAM7X.o: In function `main':C:/sam7/uTaskerV1.3.0_SAM7X_licenciran/Applications/uTaskerV1.3/Rowley_SAM7X/../../../Hardware/SAM7X/SAM7X.c:184: undefined reference to `_end'
The problem is in this code:
#else
extern unsigned char _end;
#define HEAP_START_ADDRESS &_end // GNU last location of static variables
#endif
What I should do?