Android YYC compile - make: *** 'object' Error -1

R

RogueAndWolf

Guest
when i try to build my android application as YYC in to an APK i get this error,
-edit: when compiling as VM on android it works fine, and works fine as VM on windows. cant test YYC on windows as i dont have visual studio.

[x86_64] Compile++ : yoyo-app0 <= gml_Object_o_cancel_button_cart_Mouse_4.gml.cpp
[x86_64] Compile++ : yoyo-app0 <= gml_Object_o_cancel_button_cart_Gesture_0.gml.cpp
[x86_64] Compile++ : yoyo-app0 <= gml_Object_o_cancel_button_cart_PreCreate_0.gml.cpp
[x86_64] Install : libc++_shared.so => Y:/DressUp_4CBAECD1_YYC/lib/x86_64/libc++_shared.so
[x86] StaticLibrary : libyoyo-app0.a
[x86] SharedLibrary : libyoyo.so
[x86] Install : libyoyo.so => Y:/DressUp_4CBAECD1_YYC/lib/x86/libyoyo.so
make: *** [obj/local/armeabi-v7a/objs/yoyo-app0/gml_Object_o_item_Gesture_0.gml.o] Error -1
make: *** Waiting for unfinished jobs....
make: *** [obj/local/arm64-v8a/objs/yoyo-app0/gml_Object_o_item_Gesture_0.gml.o] Error -1
make: *** [obj/local/x86_64/objs/yoyo-app0/gml_Object_o_item_Gesture_0.gml.o] Error -1
elapsed time 00:28:25.7205791s for command "C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2.2.0.261/bin/Igor.exe" -options="C:\Users\Game Dev\AppData\Local\GameMakerStudio2\GMS2TEMP\build.bff" -- Android Package started at 10/19/2018 16:22:53
"cmd" /c subst Z: /d

elapsed time 00:00:00.0529994s for command "cmd" /c subst Z: /d started at 10/19/2018 16:51:18
"cmd" /c subst Y: /d

elapsed time 00:00:00.0539990s for command "cmd" /c subst Y: /d started at 10/19/2018 16:51:18
"cmd" /c subst X: /d

elapsed time 00:00:00.0539995s for command "cmd" /c subst X: /d started at 10/19/2018 16:51:19
FAILED: Package Program Complete
Saving project to: E:\StuffUsuallyOnCDrive\Desktop\The Game\Dress Up Game 01 - Alex first\DressUp.yyp
Saving 2 resources

Anyone got any idea what is going on? as i have looked and looked for answers for this and no one seems to have gotten this issue!

Any help will be appreciated!! Thank you for taking you time to read this! :D
 
D

Danei

Guest
Have you looked through the code of that object and made sure you're not taking any shortcuts in code with data types, operators, parentheses, semicolons, and so forth? All of the YYC errors I've had (I've only compiled on Windows) were of that nature, and that's the only thing I know about them.
 
R

RogueAndWolf

Guest
could you please provide me with some examples of the shortcuts you are talking about so that way i know what to look for and can change the code appropriately? that would help massively!! thank you! :D
 
Top