napierzaza Posted December 3, 2008 Report Share Posted December 3, 2008 I appears as if the 18f4685 does not work with gputils and sdcc. Is there anything I can do?Using up-to-date versions of SDCC and Gputils in Debian Linux. I compiled Midibox FM successfully before (different processor). nmcdavit@killerwhale:/local/mios/midibox_sid_v2_0_rc25$ make rm -rf *.cod *.lst *.err rm -rf *.hex gpasm -p p18f4685 -I./src -I ./include/asm -I ./include/share -I ./modules/j5_io -I ./modules/aout setup_6581.asm Didn't find any processor named: p18f4685 Here are the supported processors: eeprom8 gen p10f200 p10f202 p10f204 p10f206 p12c508 p12c508a p12c509 p12c509a p12c671 p12c672 p12ce518 p12ce519 p12ce673 p12ce674 p12cr509a p12f508 p12f509 p12f629 p12f635 p12f675 p12f683 p14000 p16c5x p16cxx p16c432 p16c433 p16c505 p16c52 p16c54 p16c54a p16c54b p16c54c p16c55 p16c55a p16c554 p16c557 p16c558 p16c56 p16c56a p16c57 p16c57c p16c58a p16c58b p16c61 p16c62 p16c62a p16c62b p16c620 p16c620a p16c621 p16c621a p16c622 p16c622a p16c63 p16c63a p16c64 p16c64a p16c642 p16c65 p16c65a p16c65b p16c66 p16c662 p16c67 p16c71 p16c710 p16c711 p16c712 p16c715 p16c716 p16c717 p16c72 p16c72a p16c73 p16c73a p16c73b p16c74 p16c745 p16c747 p16c74a p16c74b p16c76 p16c765 p16c77 p16c770 p16c771 p16c773 p16c774 p16c781 p16c782 p16c84 p16c923 p16c924 p16c925 p16c926 p16ce623 p16ce624 p16ce625 p16cr54 p16cr54a p16cr54b p16cr54c p16cr56a p16cr57a p16cr57b p16cr57c p16cr58a p16cr58b p16cr62 p16cr620a p16cr63 p16cr64 p16cr65 p16cr72 p16cr83 p16cr84 p16f505 p16f54 p16f57 p16f59 p16f627 p16f627a p16f628 p16f628a p16f630 p16f636 p16f639 p16f648a p16f676 p16f684 p16f685 p16f687 p16f688 p16f689 p16f690 p16f716 p16f72 p16f73 p16f737 p16f74 p16f76 p16f767 p16f77 p16f777 p16f785 p16f818 p16f819 p16f83 p16f84 p16f84a p16f87 p16f870 p16f871 p16f872 p16f873 p16f873a p16f874 p16f874a p16f876 p16f876a p16f877 p16f877a p16f88 p16f913 p16f914 p16f916 p16f917 p16hv540 p17cxx p17c42 p17c42a p17c43 p17c44 p17c752 p17c756 p17c756a p17c762 p17c766 p17cr42 p17cr43 p18cxx p18c242 p18c252 p18c442 p18c452 p18c601 p18c658 p18c801 p18c858 p18f1220 p18f1320 p18f2220 p18f2320 p18f2331 p18f2410 p18f242 p18f2420 p18f2431 p18f2439 p18f2455 p18f248 p18f2480 p18f2510 p18f2515 p18f252 p18f2520 p18f2525 p18f2539 p18f2550 p18f258 p18f2580 p18f2585 p18f2610 p18f2620 p18f2680 p18f2681 p18f4220 p18f4320 p18f4331 p18f4410 p18f442 p18f4420 p18f4431 p18f4439 p18f4455 p18f448 p18f4480 p18f4510 p18f4515 p18f452 p18f4520 p18f4525 p18f4539 p18f4550 p18f458 p18f4580 p18f4585 p18f4610 p18f4620 p18f4680 p18f4681 p18f6310 p18f6390 p18f6410 p18f6490 p18f64j15 p18f6520 p18f6525 p18f6585 p18f65j10 p18f65j15 p18f6620 p18f6621 p18f6627 p18f6680 p18f66j10 p18f66j15 p18f6720 p18f6722 p18f67j10 p18f8310 p18f8390 p18f8410 p18f8490 p18f84j15 p18f8520 p18f8525 p18f8585 p18f85j10 p18f85j15 p18f8620 p18f8621 p18f8627 p18f8680 p18f86j10 p18f86j15 p18f8720 p18f8722 p18f87j10 rf509af rf509ag rf675f rf675h rf675k sx18 sx20 sx28 make: *** [setup_6581.hex] Error 1 Quote Link to comment Share on other sites More sharing options...
stryd_one Posted December 3, 2008 Report Share Posted December 3, 2008 SDCC is for C apps, and MBSID ain't C ;)Anyway, what GPUtils version are you using? Up-to-date-according-to-Debian doesn't mean up-to-date...Type gpasm --version to find out. Quote Link to comment Share on other sites More sharing options...
napierzaza Posted December 3, 2008 Author Report Share Posted December 3, 2008 Oh,So what am I looking at for compiling SID?gpasm-0.13.4 beta Quote Link to comment Share on other sites More sharing options...
stryd_one Posted December 3, 2008 Report Share Posted December 3, 2008 I know 0.13.5 works on PC.. maybe try getdeb? Quote Link to comment Share on other sites More sharing options...
napierzaza Posted December 3, 2008 Author Report Share Posted December 3, 2008 What's getdeb? Is that the apt for ubuntu?I tried apt, it's not there. Will look for a newer version.Thanks Quote Link to comment Share on other sites More sharing options...
napierzaza Posted December 3, 2008 Author Report Share Posted December 3, 2008 What a journey, I now know how to compile source code as they was not a debian package for etch. I guess I learned something new today! Thank you sir! Quote Link to comment Share on other sites More sharing options...
stryd_one Posted December 3, 2008 Report Share Posted December 3, 2008 GROT #8Where'd you get the right version from? :) Quote Link to comment Share on other sites More sharing options...
napierzaza Posted December 3, 2008 Author Report Share Posted December 3, 2008 I got the Debian-Lenny source from the debian site. Quote Link to comment Share on other sites More sharing options...
napierzaza Posted December 3, 2008 Author Report Share Posted December 3, 2008 I'm working on it.http://www.midibox.org/dokuwiki/doku.php?id=installing_gputils_and_sdcc_on_debian_linux Quote Link to comment Share on other sites More sharing options...
stryd_one Posted December 3, 2008 Report Share Posted December 3, 2008 Thanks man!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.