From richardthiebaud@21:1/5 to All on Sun Sep 24 12:44:59 2023
When I try to execute gnatpp, I get the following errors:
dick@dick1:~/src$ gnat --version
GNAT 10.5.0
Copyright (C) 1996-2020, Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
dick@dick1:~/src$ gnatpp --version
GNATPP 10.5.0
Copyright (C) 2004-2020, Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
dick@dick1:~/src$ gnatpp cursor.adb >usage
gnat1: warning: unrecognized gcc debugging option: u
gnat1: warning: unrecognized gcc debugging option: m
gnat1: warning: unrecognized gcc debugging option: b
gnat1: warning: unrecognized gcc debugging option: s
gnat1: warning: unrecognized gcc debugging option: e
gnat1: warning: unrecognized gcc debugging option: -
gnat1: warning: unrecognized gcc debugging option: e
gnat1: warning: unrecognized gcc debugging option: t
gnat1: you must provide one source file
gnatpp: cannot compile "cursor.adb"
dick@dick1:~/src$