Other Parts Discussed in Thread: AM1808, SYSBIOS, AM1806
Hi. I'm trying to get a stand-alone makefile to build a binary for the AM1808 experimenter kit (as well as a custom 1806 board), without Code Composer Studio, on a Linux host.
The document I'm going off of is the sys/bios 6.32 Getting Started Guide, which has a section on using sys/bios as a standalone product.
I've got sys/bios 6_32_05_54, xdc tools 3_22_04_46, and the Codesourcery gcc cross-compiler installed.
I can't seem to generate the examples without the ti code generation tools. Are these tools necessary (can I use the Codesourcery arm9 compiler instead)? Can I install them without installing CCS?
The other example I've tried is from:
http://processors.wiki.ti.com/index.php/SYS/BIOS_with_GCC
That example makefile is for stellaris LM3S9B90, and I'm not sure how to modify it for an AM1808. For example, the platform to pass to configuro, the closest I could find would be ti.platforms.evmOMAPL138?
I also can't seem to find any documentation on how I would load/debug the binary outside of CCS.
I'm not even sure if this is the right forum to post in, but my question didn't seem appropriate for the CCS forum or the TI Compiler forum.