Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

T1751_Failed to compile with asem-51 in windows10

2 posters

Go down  Message [Page 1 of 1]

royqh1979



Error message:
-------------------------------------------------------
ERROR: D:/asm51/asem
: Executable not found
: Check that Tool Path is correct


WARNING: Compilation Not Done

It seems that the suffix ".exe" is lost.

arcachofo

arcachofo

It seems that the suffix ".exe" is lost.
Yes, it is configured to work in Linux, to use in Windows you should edit the configuration file:
SimulIDE_1.0.0-SR0_xxx/data/codeeditor/compilers/assemblers/asem51.xml

And change command="asem" to the proper command.
Have a look at this discussion:
https://simulide.forumotion.com/t521p50-8051-the-cnje-instruction-with-registers-make-the-simulation-stop#5736

arcachofo

arcachofo

Native separators added.
After trunk R1822 Asem-51 should work with this configuration:

Code:
<compiler name="Asem-51" type="asm01" syntax="i51asm">
    <step
        command="asemw"
        arguments=" $filePath"
    />
</compiler>

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum