Compiling problem in Netlinx Studio
saman
Posts: 2
I downloaded a AMX home project and tried to build it. I get the following very cryptic error:
Starting NetLinx Compile - Version[2.5.1.10] [07-07-2009 20:39:34]
C:\amx\AMXhome\source\AMX home Main Line.axs
WARNING: C:\amx\AMXhome\source\AMX home Autopatch Switcher.axi(1193): C10571: Converting type [INTEGER] to [SINTEGER]
WARNING: C:\amx\AMXhome\source\AMX home Autopatch Switcher.axi(1205): C10571: Converting type [INTEGER] to [SINTEGER]
WARNING: C:\amx\AMXhome\source\AMX home Autopatch Switcher.axi(1222): C10571: Converting type [INTEGER] to [SINTEGER]
WARNING: C:\amx\AMXhome\source\AMX home Autopatch Switcher.axi(1234): C10571: Converting type [INTEGER] to [SINTEGER]
WARNING: C:\amx\AMXhome\source\AMX home Tstat Scheduling.axi(113): C10571: Converting type [SINTEGER] to [LONG]
WARNING: C:\amx\AMXhome\source\AMX home Tstat Scheduling.axi(114): C10571: Converting type [SINTEGER] to [LONG]
ERROR: (0): C10580: Internal Error: Major system error occurred during code generation
C:\amx\AMXhome\source\AMX home Main Line.axs - 1 error(s), 6 warning(s)
NetLinx Compile Complete [07-07-2009 20:41:51]
Starting NetLinx Compile - Version[2.5.1.10] [07-07-2009 20:39:34]
C:\amx\AMXhome\source\AMX home Main Line.axs
WARNING: C:\amx\AMXhome\source\AMX home Autopatch Switcher.axi(1193): C10571: Converting type [INTEGER] to [SINTEGER]
WARNING: C:\amx\AMXhome\source\AMX home Autopatch Switcher.axi(1205): C10571: Converting type [INTEGER] to [SINTEGER]
WARNING: C:\amx\AMXhome\source\AMX home Autopatch Switcher.axi(1222): C10571: Converting type [INTEGER] to [SINTEGER]
WARNING: C:\amx\AMXhome\source\AMX home Autopatch Switcher.axi(1234): C10571: Converting type [INTEGER] to [SINTEGER]
WARNING: C:\amx\AMXhome\source\AMX home Tstat Scheduling.axi(113): C10571: Converting type [SINTEGER] to [LONG]
WARNING: C:\amx\AMXhome\source\AMX home Tstat Scheduling.axi(114): C10571: Converting type [SINTEGER] to [LONG]
ERROR: (0): C10580: Internal Error: Major system error occurred during code generation
C:\amx\AMXhome\source\AMX home Main Line.axs - 1 error(s), 6 warning(s)
NetLinx Compile Complete [07-07-2009 20:41:51]
0
Comments
The project was created using amxhome web configuration and downloaded the resulting project.
-Saman
Most often caused by two instances of functions with the same name.
Dear Mr AMX, not a very useful error message - just like "Error - No Error" in TPD4.
Its because in TPD4, if there are no errors then something is definitely very wrong
Paul
If you let me know what your dealership name is, and what project you are referring to, I can download it and take a look at it.
I apologize for the delayed reply. I didn't see your post and what is was referring to until today.
Thanks,
Adam
If you have includes, try moving them around the main source file until you find a place Netlinx Studio likes them.