-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add an example for XC8 #18
Comments
Please show your yaml file |
clion-custom-compiler-xc8-pic18.yaml
I get "This file does not belong to any project target; code insight features might not work correctly", which indeed it does not. It does not work at all. |
Do your source files have .p1 extension? |
I do believe that is the linking step. .p1 is compiled files. I'd assume similar to .o files. Edit: Scratch that. Its an intermediary file: https://onlinedocs.microchip.com/oxy/GUID-BB433107-FD4E-4D28-BB58-9D4A58955B1A-en-US-6/GUID-2D934B8C-3395-46D3-909D-81C7103AF4EC.html .p1 | P-code intermediate file |
Please provide an example project |
Sorry for the delay, life got busy. And, output from MPLAB compiler.
|
Hello,
I've been trying for a while now to get XC8 to work in CLion. Preferably using the makefile MPLAB generates so that I can still use MPLAB for debugging. I really cant get their new nova system to play nice with XC8. The old system worked much better but crashes while parsing microchip code with later CLion releases.
The xc8-cc compiler does not seem to support anything CLion expects it to....
Help would be nice :3
The text was updated successfully, but these errors were encountered: