This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is the ARM 5.05 v2 build 169 compiler compatible with Ubuntu 18.04?

Making a change to an old product - Code was last updated using compiler level 5.05v2 build 169 - so installed (unpacked the tar file and ran setup.sh)

Now I get the following symptom - none of the executables function on this machine - but they work on an older (ubuntu 12.04) box.

Is it known to not work here? - Am I missing something obvious?

dougherty_k@spwlinuxbox3:/opt/ARM/DS-505/bin64$ ls -ltr
total 43136
-rwxrwxr-x 2 root root  2665504 Mar 18  2015 armar
-rwxrwxr-x 2 root root  6830768 Mar 18  2015 fromelf
-rwxrwxr-x 1 root root  7794856 Mar 18  2015 armlink
-rwxrwxr-x 2 root root  7466128 Mar 18  2015 armasm
-rwxrwxr-x 2 root root 19400496 Mar 27  2015 armcc
-rwxr-xr-x 1 root root     1344 Dec 12 17:21 suite_exec


dougherty_k@spwlinuxbox3:/opt/ARM/DS-505/bin64$ ./armcc
-bash: ./armcc: No such file or directory


dougherty_k@spwlinuxbox3:/opt/ARM/DS-505/bin64$

the suite_exec script works (as a script) but the binary executable files do not...

Regards,

Ken D.