This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

creating a new AM437x project on ccs6

Other Parts Discussed in Thread: AM4379, SYSBIOS

Hi,

I want to create  a new project on AM4379 sitara series. we are using ccs v6.

To do this i selected AM4379 and selected a sysbios typical example project template.

To this project, I included the following paths to the project.

 

After this, I tried to acces functions of the include files from the main file.

when i compile the files, it gives the following error.

 

**** Build of configuration Debug for project JTA_gpio ****

 

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all

making ../src/sysbios/sysbios.aa9fg ...

gmake[1]: Entering directory `C:/Users/jinu.andrews/workspace_v6_1/JTA_gpio/src/sysbios'

gmake[1]: Nothing to be done for `all'.

gmake[1]: Leaving directory `C:/Users/jinu.andrews/workspace_v6_1/JTA_gpio/src/sysbios'

'Building target: JTA_gpio.out'

'Invoking: GNU Linker'

"C:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_8-2014q3/bin/arm-none-eabi-gcc.exe" -mfloat-abi=hard -Dam4379 -g -gdwarf-3 -gstrict-dwarf -Wall -Wl,-Map,"JTA_gpio.map" -nostartfiles -static -Wl,--gc-sections -Wl,--defsym,STACKSIZE=0x18000 -Wl,--defsym,HEAPSIZE=0x400 -o"JTA_gpio.out" "./main.o" -Wl,-T"./configPkg/linker.cmd"  -Wl,--start-group -l"c" -l"gcc" -l"m" -l"nosys" -Wl,--end-group

./main.o: In function `main':

C:\Users\jinu.andrews\workspace_v6_1\JTA_gpio\Debug/../main.c:131: undefined reference to `MMUConfigAndEnable'

C:\Users\jinu.andrews\workspace_v6_1\JTA_gpio\Debug/../main.c:132: undefined reference to `CACHEEnable'

C:\Users\jinu.andrews\workspace_v6_1\JTA_gpio\Debug/../main.c:139: undefined reference to `GPIOAPPPINOBJ_DEFAULT'

 

..................

is there anything else need to be added in this project to get compiled ?