<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Форум Guardant &mdash; Скомпилировать пример для Loadable Code]]></title>
	<link rel="self" href="https://forum.guardant.ru/feed/atom/topic/580" />
	<updated>2018-05-23T10:08:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.guardant.ru/topic/580/</id>
		<entry>
			<title type="html"><![CDATA[Re: Скомпилировать пример для Loadable Code]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/3899/#p3899" />
			<content type="html"><![CDATA[<p>Под win 10 тоже актуально.<br />В скаченном архиве такие файлы:<br /></p><ul><li><p>msys-1.0-vista64.zip</p></li><li><p>yagarto-bu-2.23.1_gcc-4.7.2-c-c++_nl-1.20.0_gdb-7.5.1_eabi_20121222</p></li><li><p>yagarto-tools-20121018-setup</p></li></ul><p>в msys-1.0-vista64.zip находится msys-1.0.dll которую и нужно положить(заменить) в &quot;C:\yagarto-tools-20121018\bin&quot;</p>]]></content>
			<author>
				<name><![CDATA[li.volker]]></name>
				<uri>https://forum.guardant.ru/user/1772/</uri>
			</author>
			<updated>2018-05-23T10:08:19Z</updated>
			<id>https://forum.guardant.ru/post/3899/#p3899</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Скомпилировать пример для Loadable Code]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/2874/#p2874" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Внутри архива есть архив с msys-1.0.dll, его необходимо скопировать в папку C:\yagarto-tools\bin, заменив файл, который там уже есть.</p></blockquote></div><p>Кто бы мог подумать, что, работая в Windows 8, нужно будет заменить оригинальный файл на файл из папки &quot;*vista64*&quot;...))<br />Но теперь проект компилируется. Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[dayznse]]></name>
				<uri>https://forum.guardant.ru/user/809/</uri>
			</author>
			<updated>2015-10-03T13:13:05Z</updated>
			<id>https://forum.guardant.ru/post/2874/#p2874</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Скомпилировать пример для Loadable Code]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/2873/#p2873" />
			<content type="html"><![CDATA[<p>Здравствуйте!<br />Для корректного использования примера необходимо выполнить следующее:<br />1. Необходимо загрузить архив с нашего сайта и установить yagarto и yagarto tools<br />2. Внутри архива есть архив с msys-1.0.dll, его необходимо скопировать в папку C:\yagarto-tools\bin, заменив файл, который там уже есть.<br />3. Добавить переменную YAGARTO_MAKE=C:\yagarto-tools\bin\make.exe в переменные среды ОС Windows</p><p>Также обращаю Ваше внимание, что пример выполнен для демонстрационных кодов доступа и их нужно заменить на те, что прошиты в Ваш ключ.</p>]]></content>
			<author>
				<name><![CDATA[Станислав Петрушевский]]></name>
				<uri>https://forum.guardant.ru/user/818/</uri>
			</author>
			<updated>2015-10-02T14:49:22Z</updated>
			<id>https://forum.guardant.ru/post/2873/#p2873</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Скомпилировать пример для Loadable Code]]></title>
			<link rel="alternate" href="https://forum.guardant.ru/post/2872/#p2872" />
			<content type="html"><![CDATA[<p>Установлен SDK 7. Yagarto скачен с сайта Guardant.<br />Пытаюсь выполнить файл build.bat из готового примера &quot;01&quot;. Папку с примером перенес в корень диска и переименовал так, чтобы не было пробелов. Все пути в bat-файле к yagarto прописал в явном виде (без этого была ошибка, что yagarto не установлен).<br />При попытке выполнить в консоль выводиться следующее:<br /></p><div class="quotebox"><blockquote><p>-------- begin --------<br />Clean Template...<br />rm -f -r .out<br />rm -f -r .lst<br />rm -f -r .obj<br />rm -f -r .dep<br />rm -f Startup1.S<br />rm -f rom1.ld<br />rm -f Startup2.S<br />rm -f rom2.ld<br />Making Startup1.S...<br />Making rom1.ld...<br />Making Startup2.S...<br />Making rom2.ld...<br />mkdir .dep<br />mkdir .out<br />mkdir .obj<br />mkdir .lst<br />Errors: none<br />-------- end --------</p><br /><p>Template has been successfully generated!</p><p>Please add your source files into the project. Then customize source<br />parameters in the makefile (&quot;SRC&quot; for C or &quot;CPPSRC&quot; for C++ sources).</p><p>Your current entry point name is &quot;main&quot;.</p><p>Entry point C prototype:<br />&nbsp; &nbsp; int main(DWORD dwInDataLng, DWORD dwOutDataLng, DWORD dwP1);<br />Entry point C++ prototype:<br />&nbsp; &nbsp; int main(DWORD dwInDataLng, DWORD dwOutDataLng, DWORD dwP1);</p><br /><p>-------- begin --------<br />--Check WinARM--<br />&nbsp; &nbsp; &nbsp; 0 [main] sh 5464 sync_with_child: child 5912(0x15C) died before initializa<br />tion with status code 0xC0000142<br />&nbsp; &nbsp; 530 [main] sh 5464 sync_with_child: *** child state waiting for longjmp<br />/usr/bin/sh: fork: Resource temporarily unavailable<br />make: *** [prebuild] Error 128<br />--------------------------------------------------------------------------------<br />--------------<br />Error make YAGARTO ErrorLevel=2</p></blockquote></div><p>С чем это может быть связано? Как устранить ошибку?</p>]]></content>
			<author>
				<name><![CDATA[dayznse]]></name>
				<uri>https://forum.guardant.ru/user/809/</uri>
			</author>
			<updated>2015-10-01T20:45:28Z</updated>
			<id>https://forum.guardant.ru/post/2872/#p2872</id>
		</entry>
</feed>
