Hello Eckard, thanks for the update. I complie the new version and don't get any runtime errors anymore. I don't get any diagramms ether but I think thats because I've to change the configuration or source files. Beside this, I've seen some other points: -If I'm using the include file "abc2xml_Process_ansi_c_only.xml" - abc2xml crashes with a memory access failure -xml2abc is using up to 6,1gb ram during the processing and take about 2h to process my project. It seems that 6,1gb is somehow a limit...
Hello Eckard, I've tried the new version but unfortunately got the same error again. I've now add the complier flag "-fpermissive" and changed the define for the LINUX_RELEASE build to Linux, to prevent these messages. After correct some typos in the includes the project will build successfully. It seems that Windows don't care about upper and lowercase filenames, but Linux do. So therefore you need to check the includes "StringC_help.h" (incorrect "StringC_Help.h" ) and "TiPa_Data.h" (incorrect...
Hi, I’m trying to compile moritz on a linux system by using your workspace for code blocks but it fails to build. Is there are any other requirements I have to fulfil? System: Linux debian 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1 (2019-04-12) x86_64 GNU/Linux Gcc: gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) Source: Archiev_SVN_2019_05_12.zip Procedere: - Unzip archive & extract project folder with subversion - Open code block - Open „Edd.workspace“ - Select „Linux_Release“ - Build - Build Log:...