Pages: 12 »
Posted on 07-26-16, 01:18 pm (rev. 3 by  cros107 on 07-28-16, 11:29 am)
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 154/778
Since: 03-25-16
Yeah. Wanted to insert animations.cpp. That is the only thing in the source folder, is that how it should be?

Anyway, I get 2 errors.

1. Make[1]: *** [animations.o] Error 1
2. Make: *** [Build] Error 2

It also says "Compilation terminated." just above error 1.

What am I doing wrong? I have installed DevKitPro. The level boots just fine, if anyone was wondering, but obviously without the ASM.

(Also: Animations.cpp runs when you have the blue koopa shell, correct?)

Edit: I probably deleted some important files by accident, now that I think about it. I'll just download the template and add animations.cpp into the source folder.

Edit 2: Tried reinstalling DevKitPro and got "Trying to set the path to blank string! Please add "C:\Devkitpro\mysis\bin;" to the start of your path at the end of install. As this is where make.exe is found, I think this may be the problem.
_________________________
hey look, I did a thing
Posted on 07-28-16, 11:19 am
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 166/778
Since: 03-25-16
Bump? No activity in 12 hours? Anyway, as I said on another thread now it says "Make is not recognized as an internal or external command, operable program or batch file". What can I do? I searched and found nothing. I have reinstalled it 3 times. NO CLUE what's going on. I included everything in the installation, just in case. Make.exe is in C:\devKitPro\mysys\bin.

Sorry if this seems spammy. I want to use skawo's new asm :p
_________________________
hey look, I did a thing
Posted on 07-28-16, 11:35 am (rev. 4 by ImageBot on 11-21-16, 03:22 am)


Karma: 19752
Posts: 512/1100
Since: 04-02-13
Go into System Properties -> environment variables -> system variables -> PATH and add that "C:\Devkitpro\msys\bin;"

http://nsmbhd.net/file/TYJIcRQEYIrNkhcw/09Mfovf.png
Posted on 07-28-16, 11:47 am (rev. 3 by ImageBot on 11-21-16, 03:22 am)
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 167/778
Since: 03-25-16
It still does it...



Edit: Oh. Capitals. Will retry.

Edit 2: I AM SUCH AN IDIOT
_________________________
hey look, I did a thing
Posted on 07-28-16, 11:48 am (rev. 1 by  skawo on 07-28-16, 11:49 am)


Karma: 19752
Posts: 513/1100
Since: 04-02-13
No, the capitals shouldn't matter. You've inserted it wrong.

"msys" not "mysis" Leave your sister out of this.
Posted on 07-28-16, 12:01 pm
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 168/778
Since: 03-25-16
Wow. No idea how I messed that up so badly. Though I always said it to myself as "mysis". But now it just takes forever right at the end of the install and I still get the error. What do I name the variable?
_________________________
hey look, I did a thing
Posted on 07-28-16, 12:03 pm


Karma: 19752
Posts: 514/1100
Since: 04-02-13
You get which error? The path one? It tells you to insert this because the installer can't, not to resolve the error in the installer. Try compiling the hacks in again.
Posted on 07-28-16, 12:04 pm (rev. 2 by  cros107 on 07-28-16, 12:10 pm)
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 169/778
Since: 03-25-16
Ok. Now I just get the original errors. That's a step in the right direction, right? By the way, I'm using the 1.6.0 updater.
_________________________
hey look, I did a thing
Posted on 07-28-16, 12:06 pm


Karma: 19752
Posts: 515/1100
Since: 04-02-13
As I said, after installing devkit and inserting the variable into your path, try compiling again.
Posted on 07-28-16, 12:12 pm (rev. 1 by  cros107 on 07-28-16, 12:15 pm)
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 170/778
Since: 03-25-16
Just get the original error now.

Edit: Just found out there was another thread. Sorry. No error now, will check to see if it works.
_________________________
hey look, I did a thing
Posted on 07-28-16, 12:15 pm (rev. 1 by  skawo on 07-28-16, 12:16 pm)


Karma: 19752
Posts: 516/1100
Since: 04-02-13
Which devkit version did you install?
Posted on 07-28-16, 12:16 pm (rev. 4 by  cros107 on 07-28-16, 12:21 pm)
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 171/778
Since: 03-25-16
1.6. But I think I fixed it by removing -lgcc in the makefile. I just searched for the problem and realized there was another thread. Sorry.

Wow. Now the level doesn't boot.

Umm..
Now it does. Stupid desmume.


More edits lol. How do you use animations.cpp?
_________________________
hey look, I did a thing
Posted on 07-28-16, 12:20 pm (rev. 1 by  skawo on 07-28-16, 12:20 pm)


Karma: 19752
Posts: 517/1100
Since: 04-02-13
Install v41 -> https://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-win32.exe/download

This is the version the template was made for. -lgcc is actually necessary for some things.

Posted on 07-28-16, 12:22 pm
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 172/778
Since: 03-25-16
Should I uninstall current one?
_________________________
hey look, I did a thing
Posted on 07-28-16, 12:22 pm


Karma: 19752
Posts: 518/1100
Since: 04-02-13
Yes.
Posted on 07-28-16, 12:23 pm (rev. 2 by  cros107 on 07-28-16, 12:25 pm)
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 173/778
Since: 03-25-16
Thanks.

Edit: So with animations.cpp, is there anything I have to do after compiling it?
_________________________
hey look, I did a thing
Posted on 07-28-16, 12:25 pm


Karma: 19752
Posts: 519/1100
Since: 04-02-13
Posted on 07-28-16, 12:38 pm
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 174/778
Since: 03-25-16
Uhh... What do I do with r41? I extracted it into a new devkit pro folder I made in c:\
_________________________
hey look, I did a thing
Posted on 07-28-16, 12:48 pm (rev. 1 by  skawo on 07-28-16, 12:48 pm)


Karma: 19752
Posts: 520/1100
Since: 04-02-13
Oh... my bad. I thought it came with an installer... well, reinstall DevkitPro and put the DevkitARM folder inside C:\Devkitpro



...I think.
Posted on 07-28-16, 12:48 pm (rev. 1 by  cros107 on 07-28-16, 12:53 pm)
Fuzzy
Will never finish a hack

Karma: 1843
Posts: 175/778
Since: 03-25-16
xD Ugh. Damn it skawo!

Seems to work, thanks. But the animations.cpp I'm talking about is the flying one.
_________________________
hey look, I did a thing
Pages: 12 »