Search found 6 matches
- Sat Aug 31, 2013 7:05 am
- Forum: Developer Discussions
- Topic: anybody build crazyfile firmware on windows success
- Replies: 9
- Views: 9703
Re: anybody build crazyfile firmware on windows success
The 79k size is probably because you build with debug information. Set flag DEBUG=0 to build without it and if you want to build for the bootloader you should set CLOAD=1 as well. make DEBUG=0 CLOAD=1 u a right! when i set the optimization level to "Os",i got bin file of 48k. thank u very...
- Fri Aug 23, 2013 2:55 pm
- Forum: Developer Discussions
- Topic: anybody build crazyfile firmware on windows success
- Replies: 9
- Views: 9703
Re: anybody build crazyfile firmware on windows success
ok, finally i fix the build process,i got no error,no warning,but at last i got a binary file with size of 79k.
i'm not sure this is right.
the attachment is the build log.
i'm not sure this is right.
the attachment is the build log.
- Fri Aug 23, 2013 1:59 pm
- Forum: Developer Discussions
- Topic: anybody build crazyfile firmware on windows success
- Replies: 9
- Views: 9703
Re: anybody build crazyfile firmware on windows success
thank u!
I'm downloading the vm file.
maybe i will love linux...
I'm downloading the vm file.
maybe i will love linux...
- Fri Aug 23, 2013 1:02 pm
- Forum: Developer Discussions
- Topic: anybody build crazyfile firmware on windows success
- Replies: 9
- Views: 9703
Re: anybody build crazyfile firmware on windows success
thanks for reply.
mebye is the easy way.if i can not solve this problem,i will try to use the vm.
i have no experience on linux.
mebye is the easy way.if i can not solve this problem,i will try to use the vm.
i have no experience on linux.
- Fri Aug 23, 2013 10:31 am
- Forum: Developer Discussions
- Topic: anybody build crazyfile firmware on windows success
- Replies: 9
- Views: 9703
Re: anybody build crazyfile firmware on windows success
this is my build log:
- Fri Aug 23, 2013 9:59 am
- Forum: Developer Discussions
- Topic: anybody build crazyfile firmware on windows success
- Replies: 9
- Views: 9703
anybody build crazyfile firmware on windows success
i have work on this for a few days.use Eclipse CDT + GNU_Tools_ARM_Embedded.i have fixed almost all the problems,now left this one: when doing link,got this msg :arm-none-eabi/bin/ld.exe: BFD (GNU Tools for ARM Embedded Processors) 2.22.0.20130613 assertion fail /home/build/work/GCC-4-7-build/src/bi...