Even if programming xc is intuitive, I have a question?
I think I know the answer and points at module access, I believe.
My Question, this line, please define xc.pca.xml.decouple is!
xmake[1]: *** [.build_Debug/src/Temp_Read.xc.pca.xml.decouple] Error 1
Breaking the line down, "xc" is easy, what is pca, I know xml, but what is decouple?
xmake CONFIG=Debug all
Checking build modules
No build modules used.
Analyzing Temp_Read.xc
"E:\Community_14.2.0\build\xcommon\module_xcommon/build/mkdir.bat" .build_Debug src > nul 2>&1
cd .build_Debug && xcc -pre-compilation-analysis -O0 -g -DCONFIG=Debug -I"../." -I".././lib_i2c" -I".././lib_i2c/lib_i2c" -I".././lib_i2c/lib_i2c/api" -I".././lib_i2c/lib_i2c/doc" -I".././lib_i2c/lib_i2c/doc/pdf" -I".././lib_i2c/lib_i2c/src" -I".././lib_logging" -I".././lib_logging/lib_logging" -I".././lib_logging/lib_logging/api" -I".././lib_logging/lib_logging/doc" -I".././lib_logging/lib_logging/doc/pdf" -I".././lib_logging/lib_logging/src" -I".././lib_xassert" -I".././lib_xassert/lib_xassert" -I".././lib_xassert/lib_xassert/api" -I".././lib_xassert/lib_xassert/doc" -I".././lib_xassert/lib_xassert/doc/pdf" -I".././lib_xassert/lib_xassert/src" -I".././src" "../src/Temp_Read.xc" -x none ".././STARTKIT.xn" "..\.\config.xscope" -o "../.build_Debug/src/Temp_Read.xc.pca.xml.decouple" > nul
xcc1: terminated due to internal unrecoverable error
For bug reporting instructions, please see:
http://www.xmos.com/support
xmake[1]: *** [.build_Debug/src/Temp_Read.xc.pca.xml.decouple] Error 1
xmake: *** [analyze] Error 2
Compile xmake[1] xml.decouple error 1 and analyze error 2
-
- Junior Member
- Posts: 6
- Joined: Fri Sep 09, 2016 6:47 pm
-
- Junior Member
- Posts: 6
- Joined: Fri Sep 09, 2016 6:47 pm
Ok, I got it.
Xmake stopped reporting xc syntax errors. I did learn, to compile each file individually to find all the errors.
Xmake stopped reporting xc syntax errors. I did learn, to compile each file individually to find all the errors.