Brad Moore
unread,Aug 29, 2023, 6:27:44 PMAug 29Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello, I am having difficulties with a GNAT 5.4.0 FSF toolchain build for an arm cross-compiled target on linux, compiling Ada and C sources.
For some reason, gprbuild needs to be run twice. On the first attempt, the build fails because, I think the Ada code is expecting to find the C code, which hasn't been compiled yet. By the time the build execution is complete however, it appears the C code has been compiled. On the second attempt, the gprbuild execution succeeds.
Does this ring a bell with anyone, as to what the problem might be?