Rahix / atdf2svd

Converter from Atmel's atdf format to CMSIS SVD
GNU General Public License v3.0
17 stars 11 forks source link

error after executing make #66

Open sunnyrains opened 1 month ago

sunnyrains commented 1 month ago
 this is the same error for all avrs controllers "  no svd generated

" ATDF2SVD atmega8 0 [main] sh 11432 sync_with_child: child 7000(0x1D8) died before initialization with status code 0xC0000142 486 [main] sh 11432 sync_with_child: child state waiting for longjmp /usr/bin/sh: fork: Resource temporarily unavailable make: [svd/atmega8.svd] Error 128"

Rahix commented 1 month ago

I assume you were trying to build avr-device?

What version of atdf2svd were you using? What does atdf2svd --version show? Can you try a manual execution of the tool with an ATDF as input?