From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Skov To: Cc: jskov@redhat.com, ecos-discuss@sourceware.cygnus.com, aeb@arm.com Subject: RE: [ECOS] how to run the program Date: Thu, 31 Aug 2000 02:08:00 -0000 Message-id: <14766.8350.892160.715784@thinktwice.zoftcorp.dk> References: <2253171AF143D21185A60000F8FA748B0229A93C@pluto.combitech.se> X-SW-Source: 2000-08/msg00366.html >>>>> "Andreas" == writes: Andreas> Which CDL file hal_arm_aeb.cdl? Yes. Andreas> This can't be the first time. Anyone out there who have done Andreas> this and want to share experiences? Why inventing the wheel Andreas> twice? The eCos build system builds eCos. Application building/linkage is done by whatever system the user is using. The output image from that process needs further mangling to be installed in the AEB flash (due to the AEB rom monitor). Basically, the process is just more cumbersome than what is also required for other platforms - on other platforms you may have to convert the ELF object to binary for EPROM programming, or convert it to SREC format for downloading and in-situ flash updating. For the AEB you simply need to do more than just an objcopy. Indeed, if you are lucky, someone has already written something to simplify that process. But it is outside the scope of the eCos build system. Jesper