Replies: 1 comment
-
Also, trying to build under Windows 10 system (vs 2019), same error happened "A0001 Unconciled syntax error" in same file - /XCOREAI/port.c |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to build "example_freertos_getting_started" but
[ 63%] Building C object CMakeFiles/tile1_example_freertos_getting_started.dir/modules/rtos/modules/FreeRTOS/FreeRTOS-SMP-Kernel/portable/ThirdParty/xClang/XCOREAI/port.c.obj
/tmp/ccsFkgaJ.s:6: Error: A00001 Unreconciled syntax error
make[3]: *** [CMakeFiles/tile1_example_freertos_getting_started.dir/build.make:485: CMakeFiles/tile1_example_freertos_getting_started.dir/modules/rtos/modules/FreeRTOS/FreeRTOS-SMP-Kernel/portable/ThirdParty/xClang/XCOREAI/port.c.obj] Error 1
make[2]: *** [CMakeFiles/Makefile2:3886: CMakeFiles/tile1_example_freertos_getting_started.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:3925: CMakeFiles/example_freertos_getting_started.dir/rule] Error 2
make: *** [Makefile:969: example_freertos_getting_started] Error 2
OS is Ubuntu 20.04.06 and xcc version is 15.3.0
Beta Was this translation helpful? Give feedback.
All reactions