Hi to all
i try to generate Executable file for Linux c6x on C6678 EVM
i can cross compile hello world example successfully using c6x-uclinux-gcc and run it on Board
in next step i start cross compiling a simple GPIO project for c6x linux (i done this project by CCS Project and ELF file )
i have some question (i am newbie in Linux code compiling ):
Q1:do i need CCS (CGT) , or c6x-uclinux-gcc enough to compile and linking CSL and other header file ?
(i read this wiki page but i don't need dynamic linking)
Q2:can i use use CCS output file (.bj , .pp , .mk , makefile) and c6x-uclinux-gcc , for generate executable file for linux c6x?
Q3:i know c6x linux have spi and GPIO driver. how can i use this driver ?
thanks
Ebi