rpi gcc - Argument list too long
Ben Fator (2420) 4 posts |
greetings, I’m new here. I just installed gcc via the package manager ala www.riscos.info/packages/pkg/autobuilt. When I try to compile the examples e.g. helloworld.c or anything else for that matter, I get: Has anyone seen this before? |
Steve Pampling (1551) 8170 posts |
You might try on the GCC forum/mail list pointed to by the guys running riscos.info Much higher hit rate for people with expertise on GCC. |
Jeffrey Lee (213) 6048 posts |
Try making sure DDEUtils is loaded – GCC relies on it for handling of long command lines. *RMEnsure DDEUtils 0.00 RMLoad System:Modules.DDEUtils |
Ben Fator (2420) 4 posts |
Hey Jeffrey that completely worked. I have GCC up an running now. As a side effect of my journey to aquire DDEUtils, I have discovered DDE. So now I’m keen on exploring that. Cheers and thanks. |