Hi all, I'm not to studio 7. I have been using win7 and 6 for far too long.
I have a project that s makefile driven. I can compile it fine on windows 11 with studio 6 but doing a clean or build I see this
usr/bin/sh: fork: Resource temporarily unavailable
0 [main] sh 10808 sync_with_child: child 10264(0x1E0) died before initialization with status code 0xC0000142
24 [main] sh 10808 sync_with_child: *** child state waiting for longjmp
it will make a hex file and I can use this. studio 6 is using WINAVR.(Yes I have the new dll for winavr)
on 7 I get the same thing but also see
Severity Code Description Project File Line
Error recipe for target 'GPA.eep' failed GPA S:\blissbox\SOURCE_FILES\bridge\bridge\shared\LUFA\Build\lufa_build.mk 281
on a lufa MK file. and can not build because of this.
So what I want to know is how can I pick another tool chain on studio 7? Using the UI toolchian seems like its ignoring what I set to default. I think its still using WINAVR? but I have no way to know. Every tool chain I put on here compiles the same way. If I try to use the extension manager it just freezes during download.
I'm not really good with all the configuration in the 100;s of IDE's I use. I just can not be good at it all. the AVR forms are full of unhelpful people that have no undestanding that some of us just need help.
So I guess what I'm hoping to figure out is:
1) Can I fix there errors
2) can I change the toolchain using a MAKEFILE project?