Win 7 - shell task failed, exit value: 1


#1

Hello! I came to win7 64bit. and I did not touch the axolotl.

I get this error. in "Live"

I ask phased help! Thanks

Link to firmware CRC A50E988A
Status: factory (1.0.8,anon) : OK ( 1.0.8,clean )
Status : home : OK
Status: community (master,anon) : OK ( master,clean )
USB device found
connected
Authentic Axoloti Core
search path : \Users\User\Documents\axoloti\axoloti-factory\objects
Axoloti says: file error: FR_NO_FILE, filename:"/start.bin"
Firmware version: 1.0.0.1, crc=0xA50E988A, entrypoint=0x20011000
search path : \Users\User\Documents\axoloti\objects
search path : \Users\User\Documents\axoloti\axoloti-contrib\objects
finished loading objects
instance added, type math/*c
connect: replace inlet with new net
connect: replace inlet with existing net
connect: replace inlet with existing net
connect: add additional outlet
Generate code complete
Start creating directory on sdcard : /01_sine_oscillator
creating dir: /01_sine_oscillator
Done creating directory
Changing working directory on sdcard : /01_sine_oscillator
Change working directory: /01_sine_oscillator
Done changing working directory
Start compiling patch
Makefile.patch:35: C:\Program: No such file or directory
Makefile.patch:35: Files: No such file or directory
Makefile.patch:35: (x86)\Axoloti\app/chibios/boards/ST_STM32F4_DISCOVERY/board.mk: No such file or directory
Makefile.patch:36: C:\Program: No such file or directory
Makefile.patch:36: Files: No such file or directory
BDIR = C:\Users\User\DOCUME~1\axoloti/build
FIRMWARE = .
Makefile.patch:36: (x86)\Axoloti\app/chibios/os/hal/platforms/STM32F4xx/platform.mk: No such file or directory
Makefile.patch:37: C:\Program: No such file or directory
Makefile.patch:37: Files: No such file or directory
Makefile.patch:37: (x86)\Axoloti\app/chibios/os/hal/hal.mk: No such file or directory
Makefile.patch:38: C:\Program: No such file or directory
Makefile.patch:38: Files: No such file or directory
Makefile.patch:38: (x86)\Axoloti\app/chibios/os/ports/GCC/ARMCMx/STM32F4xx/port.mk: No such file or directory
Makefile.patch:39: C:\Program: No such file or directory
Makefile.patch:39: Files: No such file or directory
Makefile.patch:39: (x86)\Axoloti\app/chibios/os/kernel/kernel.mk: No such file or directory
Makefile.patch:40: C:\Program: No such file or directory
Makefile.patch:40: Files: No such file or directory
Makefile.patch:40: (x86)\Axoloti\app/chibios/os/various/fatfs_bindings/fatfs.mk: No such file or directory
make: *** No rule to make target `(x86)\Axoloti\app/chibios/os/various/fatfs_bindings/fatfs.mk'. Stop.
shell task failed, exit value: 1
Compiling patch failed ( \Users\User\Documents\axoloti\axoloti-factory\patches\tutorials\01_sine_oscillator.axp )


#2

it cannot find the axoloti runtime, you need to unpack this into the program directory.

see step 2.


#3

Hello! I unpack the folder C:\Program Files(x86)\ axoloti_runtime\platform_win.
install an MSI file. but I get the same result.

Please is there any other advice for me?



#4

Have you had this working before? or is this a fresh install?

the error looks like its not escaping the axoloti_release directory correctly, but it works on others for windows, so its a bit puzzling why your install is different. as it looks fairly 'standard' in which locations you are using.

a couple of things to try:
a) delete axoloti.prefs which is in the Documents/Axoloti folder, and then try again.
b) if you can run from the command prompt, as this prints the various paths used by axoloti.

btw: it looks like your running 1.08, please upgrade to 1.0.10 (and then do sync libraries) , it wont fix this issue, but we only support 1.0.6 (officially released) and 1.0.10 (current test release)


#5

Hi, I am encountering the same issue more or less, note that before this worked fine, but now every so often I get the following message and unable to go in live mode, any ideas what may cause this?

Authentic Axoloti Core
Firmware version: 1.0.0.1, crc=0xE95BAC96, entrypoint=0x20011000
Generate code complete
Start compiling patch
BDIR = C:\Users\Geoff\DOCUME~1\axoloti/build
FIRMWARE = .
RM
APP
! C:\Users\Geoff\DOCUME~1\axoloti/build/xpatch.h.gch
. C:/Users/Geoff/Documents/axoloti/axoloti-factory/objects/osc/brds/brds_analog.h
LINK
c:/program files (x86)/axoloti_runtime/platform_win/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: C:\Users\Geoff\DOCUME~1\axoloti/build/xpatch.elf section .text._ZN5rootc3dspEv' will not fit in regionSRAM'
c:/program files (x86)/axoloti_runtime/platform_win/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: region `SRAM' overflowed by 7024 bytes
collect2.exe: error: ld returned 1 exit status
make: *** [C:\Users\Geoff\DOCUME~1\axoloti/build/xpatch.bin] Error 1
shell task failed, exit value: 1
Compiling patch failed ( D:\MAIN SOURCE\Axoloti\WIPSIREN.axp )


#6

this is unrelated to the original post

you are simply running out of SRAM, please check the userguide section of the forum for tips on how to optimise patches... there are also various other posts related to SRAM overflow, running out of SRAM etc.