Here is my code:
#include
#include
#include "shared.h"
#include
#include
#include
#include
#include
#define SDRAM 0x80000000
interrupt void tx_isr(void); /* prototype the ISR */
int segid_sdram;
float *x;
void labmain()
{
segid_sdram =MEM_define((void *)SDRAM,0x01000000,NULL);
x =(void *)MEM_alloc(segid_sdram,0x30000,0);}
When I try to build the project I get the errors:
undefined first referenced
symbol in file
--------- ----------------
_MEM_define H:\345s\lab-skeleton\Debug\labmain.obj
_MEM_alloc H:\345s\lab-skeleton\Debug\labmain.obj
>> error: symbol referencing errors -
'H:/345s/lab-skeleton/Debug/codec.out'
I'm pretty sure it's a linking problem. I think it might be missing a
library. Can anybody help with this?
Check Out Industry's First Single-Chip, Multi-Format, Real-Time HD Video
Transcoding Solution for Commercial & Consumer End Equipment: www.ti.com/dm6467