Search found 1 match

by zephyz
Mon Jun 07, 2021 2:12 pm
Forum: devkitARM
Topic: compiling GMP with arm-none-eabi-gcc
Replies: 1
Views: 7127

compiling GMP with arm-none-eabi-gcc

Hi there, I'm trying to target the GBA for a programming language I'm working on. I'm outputting c code so I was hoping I could compile the c output using arm-none-eabi-gcc. However this code depends on gmp.h I was hoping I could use arm-none-eabi-gcc to compile gmp for the platform as well but I do...