Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

.CClS for armv7/armv9 devkitpro #477

Closed
chandrahmuki opened this issue Sep 8, 2019 · 3 comments
Closed

.CClS for armv7/armv9 devkitpro #477

chandrahmuki opened this issue Sep 8, 2019 · 3 comments

Comments

@chandrahmuki
Copy link

chandrahmuki commented Sep 8, 2019

Hi ,

i'm trying to configure my .ccls to work with devkitpro which is globally a custom C compiler for arm processor ( GBA , 3DS)

here is what i tried but without any success , its probably pretty wrong.

-target 
arm-none-eabi

# Includes
-I/usr/bin/../lib/gcc/arm-none-eabi/9.1.0/include
-I/usr/bin/../lib/gcc/arm-none-eabi/9.1.0/include-fixed
-I/usr/bin/../lib/gcc/arm-none-eabi/9.1.0/../../../../arm-none-eabi/include
-I/opt/devkitpro/libgba/include
# -I space_is_not_allowed

Thanks a lot for your help

@MaskRay
Copy link
Owner

MaskRay commented Sep 9, 2019

Please take a look at #476 (comment)

custom C compiler for arm

Can you just name the compiler?

@chandrahmuki
Copy link
Author

chandrahmuki commented Sep 9, 2019

it is GCC

arm-none-eabi-gcc

@MaskRay
Copy link
Owner

MaskRay commented Sep 11, 2019

I think you should resolve your issue with the #476 suggestion applied. Closing this one.

here is what i tried but without any success , its probably pretty wrong.

@MaskRay MaskRay closed this as completed Sep 11, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants