Hello,
I’m new to Dev Studio and Legato. Just installed them under Ubuntu and Windows. My Windows installation shows a problem which doesn’t under Ubuntu.
- I have made a helloWorld Legato Application. The name of the project is legatoHelloWorld.
- When building the project, I receive these errors:
legatoHelloWorld.adef:1: ERROR: Unexpected character ’
legatoHelloWorld.adef:2: ERROR: Unexpected character ’
legatoHelloWorld.adef:3: ERROR: Unexpected character ’
legatoHelloWorld.adef:4: ERROR: Unexpected character ’
legatoHelloWorld.adef:5: ERROR: Unexpected character ’
legatoHelloWorld.adef:6: ERROR: Unexpected character ’
Error limit reached. Stopping at line 6. - The same project builds successfully in Ubuntu. legatoHelloWorld.adef file is exactly the same as in Ubuntu’s.
What am I missing on my Windows installation? What additional setting is needed? Please help.