diff options
author | sumeet14 | 2018-06-29 19:41:08 +0530 |
---|---|---|
committer | sumeet14 | 2018-06-29 19:41:08 +0530 |
commit | ed5462f24296b635a180070c09159efab312b4e7 (patch) | |
tree | 2432716a6e896fc1a50a49ea30eae681c0128ce6 | |
parent | 0cd3b7016fffd439e3fff285150d94ab03638d2b (diff) | |
download | OpenModelicaEmbedded-1-ed5462f24296b635a180070c09159efab312b4e7.tar.gz OpenModelicaEmbedded-1-ed5462f24296b635a180070c09159efab312b4e7.tar.bz2 OpenModelicaEmbedded-1-ed5462f24296b635a180070c09159efab312b4e7.zip |
README updated
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ OpenModelica for Embedded Applications * Open the source codes by browsing to this location : `OpenModelicaEmbedded > Source`. * After making changes to these files open `Command Prompt (cmd)`. * Browse to `OpenModelicaEmbedded > Source` folder using `cd` command. -* To compile the CPP files run the command: `g++ -c file1.cpp file2.cpp ...`. -* To create a DLL from generated object files, run the command: `g++ -shared -o modelPlugFirmata.dll file1.o file2.o ...`. +* To compile the CPP files run the command: `g++ -c modelPlugFirmata.cpp serial.cpp`. +* To create a DLL from generated object files, run the command: `g++ -shared -o modelPlugFirmata.dll modelPlugFirmata.o serial.o`. * Then copy the generated DLL file and paste it in folders: `OpenModelicaEmbedded` and `Resources > Library > win64`. ## Working with Arduino UNO [Atmega328p] |