I'm trying to find out how to compile example projects with nonos and OSAL.
Final target would be to have success with Bare Metal USB compilation.
For that purpose I'm trying to compile the OSAL_BasicExample_evmAM572x_armTestProject.
I've changed the line
var osType = "tirtos"
to
var osType = "nonos"
After that I'm getting linker errors (see below)
What else do I have to change? Is it possible to compile these examples with nonos at all?
I'm using CCS 8.3 in Windows 64 environment.
The linker errors below:
Description Resource Path Location Type
undefined reference to `CSL_armGicGetCpuIfHandler' .ccsproject /OSAL_BasicExample_evmAM572x_armTestProject line 88, external location: C:\ti\pdk_am57xx_1_0_13\packages\ti\osal\arch\core\a15\Arch_util.c C/C++ Problem
undefined reference to `CSL_armGicGetCpuIfHandler' .ccsproject /OSAL_BasicExample_evmAM572x_armTestProject line 99, external location: C:\ti\pdk_am57xx_1_0_13\packages\ti\osal\arch\core\a15\Arch_util.c C/C++ Problem
undefined reference to `CSL_armGicGetDistHandler' .ccsproject /OSAL_BasicExample_evmAM572x_armTestProject line 89, external location: C:\ti\pdk_am57xx_1_0_13\packages\ti\osal\arch\core\a15\Arch_util.c C/C++ Problem
undefined reference to `CSL_armGicIsInitialized' .ccsproject /OSAL_BasicExample_evmAM572x_armTestProject line 79, external location: C:\ti\pdk_am57xx_1_0_13\packages\ti\osal\arch\core\a15\Arch_util.c C/C++ Problem
gmake: *** [all] Error 2 OSAL_BasicExample_evmAM572x_armTestProject C/C++ Problem
gmake[1]: *** [OSAL_BasicExample_evmAM572x_armTestProject.out] Error 1 OSAL_BasicExample_evmAM572x_armTestProject C/C++ Problem
recipe for target 'all' failed makefile /OSAL_BasicExample_evmAM572x_armTestProject/Debug line 142 C/C++ Problem
recipe for target 'OSAL_BasicExample_evmAM572x_armTestProject.out' failed makefile /OSAL_BasicExample_evmAM572x_armTestProject/Debug line 146 C/C++ Problem
BR,
--Jussi