diff options
author | gingold | 2006-03-12 04:36:56 +0000 |
---|---|---|
committer | gingold | 2006-03-12 04:36:56 +0000 |
commit | 8fe6ca30fee29f67e2215def141bd40422fa5e9b (patch) | |
tree | 9f88952d7cea6733676644d0dd48bb3d82634068 /translate/gcc/README | |
parent | 4faa911c6f52f0321198440d215476a8e2e37106 (diff) | |
download | ghdl-8fe6ca30fee29f67e2215def141bd40422fa5e9b.tar.gz ghdl-8fe6ca30fee29f67e2215def141bd40422fa5e9b.tar.bz2 ghdl-8fe6ca30fee29f67e2215def141bd40422fa5e9b.zip |
Checking Ada compiler added
Diffstat (limited to 'translate/gcc/README')
-rw-r--r-- | translate/gcc/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/translate/gcc/README b/translate/gcc/README index 2d3a882..6bebe80 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). |