Pages: 1
Posted on 07-28-14, 04:25 pm
Red Cheep-cheep
Permanently Banned: Rereged

Karma: 13
Posts: 151/214
Since: 03-04-13
If I press "Run 'make' and insert" in the editor a cmd opens and it writes the command does not exist. Is there a way to solve this or am I simply stupid?
_________________________
Thanks
~~~Stunt_LP~~~
ASM Hack we're making in the moment:
- Info Block from SMW
It will be shared with the community
Posted on 07-28-14, 05:05 pm
Birdo


Karma: 2754
Posts: 935/2091
Since: 06-26-11
Install devkitpro from the automatic installer on sourceforge (if your on windows). You only need to select the devkitarm part, I think you can uncheck everything else.
Posted on 07-28-14, 05:23 pm
Red Cheep-cheep
Permanently Banned: Rereged

Karma: 13
Posts: 153/214
Since: 03-04-13
Thanks, now it works. There opens a cmd and there's a lot of text. But at the end it writes "[build]: error 2" and the hack doesn't work.
_________________________
Thanks
~~~Stunt_LP~~~
ASM Hack we're making in the moment:
- Info Block from SMW
It will be shared with the community
Posted on 07-28-14, 08:11 pm
Birdo


Karma: 2754
Posts: 936/2091
Since: 06-26-11
I am also encountering this error (on a winxp virtual machine - don't ask)
Posted on 07-28-14, 09:31 pm (rev. 1 by  Dirbaio on 07-28-14, 09:31 pm)
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 10010
Posts: 4101/4457
Since: 06-08-11
Posted by Hiccup
You only need to select the devkitarm part, I think you can uncheck everything else.


DekvitARM AND libnds.

Posted by Stunt_LP
Thanks, now it works. There opens a cmd and there's a lot of text. But at the end it writes "[build]: error 2" and the hack doesn't work.


That "lots of text" is compilation errors, and they tell you what's wrong so you can fix it.

If you post the errors here we'll be able to help you
Posted on 07-28-14, 09:58 pm (rev. 1 by ImageBot on 11-21-16, 03:01 am)
Red Cheep-cheep
Permanently Banned: Rereged

Karma: 13
Posts: 156/214
Since: 03-04-13
Here it is:

Hope you can help me...
_________________________
Thanks
~~~Stunt_LP~~~
ASM Hack we're making in the moment:
- Info Block from SMW
It will be shared with the community
Posted on 07-28-14, 11:11 pm (rev. 2 by  Dirbaio on 07-28-14, 11:12 pm)
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 10010
Posts: 4103/4457
Since: 06-08-11
Oh, this thing. Blarg.

http://nsmbhd.net/post/33910/

Basically the ASM patch template broke with a change in recent DevkitARM.
Open the Makefile in a text editor, search for '-lgcc' and remove it (just that word, not the entire line). Save and try again, should work now.

I should update the template and make sure that "fix" does work well. IIRC I needed -lgcc for something back when I made the template.
Pages: 1