Forum Discussion
Altera_Forum
Honored Contributor
16 years agoError: quartus_map ended unexpectedly
Hi there, I'm running Quartus II 10sp1 on ArchLinux. . When I'm trying to compile LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY my_and2 is
PORT(A, B: IN STD_LOGIC;
C: OUT STD_LOGIC);
...
Altera_Forum
Honored Contributor
15 years agoI found the solution of the problem :-P:)
The solution is there : wiki.archlinux org/index.php/Quartus_(简体中文) Just doecho "Arch Linux \r (\n) (\l)" > /etc/issue The problem is into this function : GEN_MACHINE_INFO::get_os_name Please fix this problem to allow special character into /etc/issue Thank you