From 8fe6ca30fee29f67e2215def141bd40422fa5e9b Mon Sep 17 00:00:00 2001 From: gingold Date: Sun, 12 Mar 2006 04:36:56 +0000 Subject: Checking Ada compiler added --- translate/gcc/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'translate') diff --git a/translate/gcc/README b/translate/gcc/README index 2d3a882c5..6bebe805a 100644 --- a/translate/gcc/README +++ b/translate/gcc/README @@ -34,6 +34,20 @@ Required: * GNU/Linux for ix86 (pc systems) (porting is necessary for other systems) Procedure: +* Check your Ada compiler. On some systems (or with some distribution), the + GNAT compiler seems broken. Try this very simple example, using file + example.adb +<<<<<<<<<<<<<<<<<< +procedure Example is +begin + null; +end Example; +<<<<<<<<<<<<<<<<<< + Compile with + $ gnatmake example + It should create an executable, 'example'. + If this doesn't work, your GNAT installation is broken. It may be a PATH + problem or something else. * untar the gcc tarball * untar the ghdl tarball (this sould have been done, since you are reading a file from it). -- cgit v1.2.3