devkitARM r20 & Windows Vista

Aggiornamento: Con l’uscita di devkitARM r21 Windows Vista è finalmente supportato, leggere quest’articolo per ulteriori info. Per quel che riguarda PALib leggere l’articolo “E è uscita la nuova versione di PALib 080203 ‘Community update’ “.

Attenzione: Questa soluzione è considerata come un fix temporaneo e non dovrebbe essere fatto se non sai cosa stai facendo. Incasinare il path e altre cose può realmente manomettere le funzionalità del sistema. DevkitARM r21 sarà compatibile con Vista, come riporta Wintermute nel post sottostante. Quindi consiglio di aspettare la prossima release e usare queste istruzioni a tuo rischio, dal momento che non avrai supporto da parte dei sviluppatori.

Una delle prime cose che ho fatto non appena ho ricevuto il portatile con Vista preistallato è stata quella di istallare devkitpro per programmare su Nintendo DS.

La compilazione del primo esempio di test mi ha dato però il seguente errore:
arm-eabi-g++.exe: CreateProcess: No such file or directory

Attualmente non è stata presentata una soluzione dal team di devkitpro, l’unica soluzione attualmente disponibile consiste nell’aggiornare il PATH.

Cliccare sul pulsante Windows (il vecchio start), scrivere “systempropertiesadvanced“, e nella finestra che si aprirà andare su Avanzate e poi su Variabili d’ambiente. Selezionare PATH dalle voce “Variabili di sistema” e cliccare su Modifica. Assumendo di aver istallato devkitpro su C: aggiungere C:\devkitPro\devkitARM\libexec\gcc\arm-eabi\4.1.1 alla lista dei path, ricordando che i singoli path sono separati dal punto e virgola. Il mio PATH è questo (tutto su una riga):

C:\devkitPro\devkitARM\bin;
C:\devkitPro\devkitARM\arm-eabi\bin;
C:\devkitPro\devkitARM\libexec\gcc\arm-eabi\4.1.1;

Cliccare su OK in tutte le finestre aperte e il path verrà aggiornato automaticamente.

ENGLISH VERSION

Update: with the release of devkitARM r21, Windows Vista is finally support, read this article for further information. Regarding PALib read this article “PALib 080203 “Community update” is out!“.

Warning: this is considered as temp fix and shouldn’t be done if you don’t know what are you doing. Messing your system path and other things may damage your environment. Note that devkitARM r21 will be Vista compatible as Wintermute posted in the post below. So I suggest you to wait for the next release and use these instructions at your own risks as you will not get help from devs.

One of the first things I did when I received my new laptop with Windows Vista preinstalled was to install devkitpro for coding on Nintendo DS.

The compilation of the first text example returned this error:
arm-eabi-g++.exe: CreateProcess: No such file or directory

Actutally no solution is given from devkitpro team, so the only solution avaiable is to update the PATH.

Click on the Windows button (the old Start button) and type “systempropertiesadvanced and in the opening window go to Advanced, and then to Environment Variables. Select PATH from the entry System Variables, then click on Modify. Assuming devkitpro is installed on C: add C:\devkitPro\devkitARM\libexec\gcc\arm-eabi\4.1.1 to the path list, and remember to separate each path directory with a semicolon. This is my path (it is inline):

C:\devkitPro\devkitARM\bin;
C:\devkitPro\devkitARM\arm-eabi\bin;
C:\devkitPro\devkitARM\libexec\gcc\arm-eabi\4.1.1;

Click OK on all opened windows and the path will be updated.

10 pensieri su “devkitARM r20 & Windows Vista

  1. Please remove this posting from your blog. The information here is not valid and will cause serious issues with devkitARM installations. The paths shown here should *never* be added to the system path. devkitARM r21 will work with Vista without these modifications.

    "Mi piace"

  2. @Marius: the only thing I did was the same i posted here, and I can assure you it will work if you do same steps as i posted.

    @Wintermute: I know it is a dirty-fix but it is considered just a temp solution for users like me who has only Vista and doesn’t want to stop coding.
    I’m adding a big warning so user will be warned.

    "Mi piace"

  3. Grazie Mille !

    I just wanted to thank you ‘cause I downloaded & installed the r21 but it seems that it’s incompatible with PaLIB. Thus, I changed and installed the r20 and had this error but thanks to your fix, it’s working fine ! I don’t know pretty much things about all this “Path” stuff, but it’s working, so I don’t give it a damn. Really, thanks again !

    "Mi piace"

I commenti sono chiusi.