ADE and NDK3.2
Posted: Mon Jan 31, 2022 6:19 pm
Hello,
I've installed ADE (gcc 2.95.3) on AmigaOS 3.2.
I can compile an HelloWorld program but not NDK3.2 provided examples.
Here is what I've done:
- I copied NDK3.2 includes files from "Include_H" to ADE "os-includes" subdrawer.
=>Are there any other files to copy/build ?
- I tried to compile Buttons.c (gcc -o Buttons Buttons.c) but with no success :
Line 53: inline/button.h No such file or directory in file included from Buttons.c : 20 (ButtonBAse opening)
=> I guess there are some compilation/link options to add ?
Could someone help me ?
Thanks.
I've installed ADE (gcc 2.95.3) on AmigaOS 3.2.
I can compile an HelloWorld program but not NDK3.2 provided examples.
Here is what I've done:
- I copied NDK3.2 includes files from "Include_H" to ADE "os-includes" subdrawer.
=>Are there any other files to copy/build ?
- I tried to compile Buttons.c (gcc -o Buttons Buttons.c) but with no success :
Line 53: inline/button.h No such file or directory in file included from Buttons.c : 20 (ButtonBAse opening)
=> I guess there are some compilation/link options to add ?
Could someone help me ?
Thanks.